Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / ELF / stdout.s
blob64cf64a72b4b6286f7d5732c474350bc90b5f0f0
1 # REQUIRES: x86
3 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
4 # RUN: ld.lld %t.o -o - > %t1
5 # RUN: llvm-objdump -d %t1 | FileCheck %s
7 # CHECK: nop
9 # RUN: ld.lld %t.o -o %t2
10 # RUN: diff %t1 %t2
12 .globl _start
13 _start:
14 nop