Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / ELF / no-obj.s
blobce89ca96cce6d6ccc54d5a1b98ff40359c3008e7
1 // REQUIRES: x86
2 // RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
3 // RUN: rm -f %t.a
4 // RUN: llvm-ar rcs %t.a %t.o
5 // RUN: ld.lld -o /dev/null -u _start %t.a 2>&1 | count 0
7 .global _start
8 _start: