forked from OSchip/llvm-project
8 lines
233 B
Plaintext
8 lines
233 B
Plaintext
|
# RUN: yaml2obj %p/Inputs/hello.obj.yaml > %t.obj
|
||
|
#
|
||
|
# RUN: not lld -flavor link /out:%t2.exe /include:__imp__nosuchsym %t.obj \
|
||
|
# RUN: >& %t2.log
|
||
|
# RUN: FileCheck %s < %t2.log
|
||
|
|
||
|
CHECK: Undefined symbol: __imp__nosuchsym: _nosuchsym
|