forked from OSchip/llvm-project
4 lines
216 B
Plaintext
4 lines
216 B
Plaintext
|
# Check that a file that cannot be found results in a proper error message
|
||
|
RUN: not lld -flavor gnu -target x86_64 %p/Inputs/nofile.o 2>&1 | FileCheck %s
|
||
|
#CHECK: lld: cannot find file {{[-_A-Za-z0-9.\\/:]+}}nofile.o
|