forked from OSchip/llvm-project
6 lines
233 B
Plaintext
6 lines
233 B
Plaintext
|
# RUN: not lld -flavor link2 nosuchfile.obj >& %t.log
|
||
|
# RUN: FileCheck -check-prefix=MISSING %s < %t.log
|
||
|
MISSING: nosuchfile.obj: {{[Nn]}}o such file or directory
|
||
|
|
||
|
# RUN: lld -flavor link2 /entry:main /out:%t.exe %p/Inputs/ret42.obj
|