Files
clang-p2996/lld/test/pecoff/include.test
Rui Ueyama ce9b9abb15 [PECOFF] Add file extensions to temporary files.
No functionality change.

llvm-svn: 198075
2013-12-27 08:37:40 +00:00

9 lines
320 B
Plaintext

# RUN: yaml2obj %p/Inputs/nop.obj.yaml > %t.obj
#
# RUN: not lld -flavor link /out:%t.exe /include:sym1 /include:sym2 \
# RUN: /subsystem:console -- %t.obj 2> %t.log
# RUN: FileCheck %s < %t.log
CHECK: Undefined Symbol: command line option /include : sym1
CHECK: Undefined Symbol: command line option /include : sym2