forked from OSchip/llvm-project
4 lines
163 B
Plaintext
4 lines
163 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
|