summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/Inputs/icf-non-mergeable.s
blob: 0c42a654963e1677f5f5d07f87a5e0da27ca2aec (plain)
1
2
3
4
5
6
7
8
.globl d1, d2
.section .data.d1, "aw"
d1:
  .quad 0

.section .data.d2, "aw"
d2:
  .quad 0
OpenPOWER on IntegriCloud