Sign in
llvm
/
llvm-project
/
7a7c059d867554e116244ad5639d05d75ed1a7cd
/
.
/
lld
/
test
/
MachO
/
invalid
/
no-filelist.s
blob: 99324b7552b31601123e465802849b1bc3e5a74d [
file
] [
log
] [
blame
]
# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t.o
# RUN: not %lld -filelist nonexistent %t.o -o %t 2>&1 | FileCheck -DMSG=%errc_ENOENT %s
# CHECK: cannot open nonexistent: [[MSG]]
.globl _main
_main
:
ret