Files
clang-p2996/lld/test/pecoff/unknown-drectve.test
Rui Ueyama 7e77a294dc [PECOFF] Report error if there's unknown flag in .drectve
Errors in .drectve section were silently ignored. This patch fixes the issue.

llvm-svn: 194110
2013-11-05 23:53:15 +00:00

7 lines
218 B
Plaintext

# 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'