Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / ExecutionEngine / JITLink / x86-64 / ELF_empty_section.s
blob5799c046d1f0976a87bfbd6f494d73d75daf10fa
1 // RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t
2 // RUN: llvm-jitlink -noexec %t
4 .section .foo,"ax"
5 .globl zero
6 zero:
9 .text
10 .globl main
11 main:
12 nop