Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / MachO / invalid / no-filelist.s
blob99324b7552b31601123e465802849b1bc3e5a74d
1 # REQUIRES: x86
2 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t.o
3 # RUN: not %lld -filelist nonexistent %t.o -o %t 2>&1 | FileCheck -DMSG=%errc_ENOENT %s
4 # CHECK: cannot open nonexistent: [[MSG]]
6 .globl _main
8 _main:
9 ret