Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / COFF / Inputs / associative-comdat-2.s
blobcd4ef46539f12bdf2d5f0b5b4a49579a24e9e86c
1 # Defines foo and foo_assoc globals. foo is comdat, and foo_assoc is comdat
2 # associative with it. foo_assoc should be discarded iff foo is discarded,
3 # either by linker GC or normal comdat merging.
5 .section .rdata,"dr",associative,foo
6 .p2align 3
7 .quad foo
9 .section .data,"dw",discard,foo
10 .globl foo # @foo
11 .p2align 2
12 foo:
13 .long 42