2014-09-08 12:18:11 +08:00
|
|
|
# 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
|
2015-01-13 08:12:04 +08:00
|
|
|
#CHECK: lld: cannot find file {{.+[\\/]}}nofile.o
|