Files
clang-p2996/lld/test/ELF/Inputs/comdat-discarded-reloc.s
Fangrui Song 0f298ec6cc [ELF][test] Avoid local signature symbols for section groups to match reality
If we support local signature symbols (PR43094), these tests would fail.

When the support is added, new tests (local signature symbol specific) should be developed.
2021-05-22 17:48:45 -07:00

11 lines
139 B
ArmAsm

.global bar, _start
.weak group
group:
.section .text.foo,"aG",@progbits,group,comdat
.section .text
_start:
.quad .text.foo
.quad bar