2013-11-06 07:53:15 +08:00
|
|
|
# RUN: yaml2obj %p/Inputs/unknown-drectve.obj.yaml > %t.obj
|
|
|
|
#
|
|
|
|
# RUN: not lld -flavor link /out:%t.exe -- %t.obj >& %t.log
|
|
|
|
# RUN: FileCheck -check-prefix=ERROR %s < %t.log
|
|
|
|
|
2015-01-16 23:58:36 +08:00
|
|
|
ERROR: Cannot open /nosuchoption:foobar
|