Files
clang-p2996/lld/test/pecoff/weak-external.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

10 lines
292 B
Plaintext

# RUN: yaml2obj %p/Inputs/weak-externals.obj.yaml > %t.obj
# RUN: lld -flavor link /force /out:%t.exe /subsystem:console \
# RUN: /entry:fn -- %t.obj %p/Inputs/static.lib 2> %t2.log
# RUN: FileCheck %s < %t2.log
CHECK: _no_such_symbol1
CHECK-NOT: _no_such_symbol2
CHECK: _no_such_symbol3