Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / ELF / linkerscript / Inputs / data-commands.s
blobd5d78cfd9beb6a6879dcfdeb174f3c14480cb780
1 .global a
2 a = 0x11
4 .global b
5 b = 0x1122
7 .global c
8 c = 0x11223344
10 .global d
11 d = 0x1122334455667788
13 .section .foo.1, "a"
14 .byte 0xFF
16 .section .foo.2, "a"
17 .byte 0xFF
19 .section .foo.3, "a"
20 .byte 0xFF
22 .section .foo.4, "a"
23 .byte 0xFF
25 .section .bar.1, "a"
26 .byte 0xFF
28 .section .bar.2, "a"
29 .byte 0xFF
31 .section .bar.3, "a"
32 .byte 0xFF
34 .section .bar.4, "a"
35 .byte 0xFF