Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / ELF / linkerscript / Inputs / map-file2.s
blobdaf994eca17264e627592e1d83bfe725b2e2cfe2
1 .global _start
2 _start:
3 .global _Z1fi
4 _Z1fi:
5 .cfi_startproc
6 nop
7 .cfi_endproc
9 .section .aaa, "a";
10 .quad 1;
12 .section .bbb, "a";
13 .quad 2;
15 .section .ccc, "a";
16 .quad 3;
18 .section .ddd, "a";
19 .quad 4