brintos

brintos / llvm-project-archived public Read only

0
0
Text · 443 B · cd4ef46 Raw
14 lines · plain
1# Defines foo and foo_assoc globals. foo is comdat, and foo_assoc is comdat2# associative with it. foo_assoc should be discarded iff foo is discarded,3# either by linker GC or normal comdat merging.4 5        .section        .rdata,"dr",associative,foo6        .p2align        37        .quad   foo8 9        .section        .data,"dw",discard,foo10        .globl  foo                     # @foo11        .p2align        212foo:13        .long   4214