blob: 341cc9202ed3bb1a545b070d16805eba06ab34fa (
plain)
1
2
3
4
5
6
|
# 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
ERROR: Failed to parse '/nosuchoption:foobar'
|