diff options
Diffstat (limited to 'test/ELF/Inputs/icf-non-mergeable.s')
-rw-r--r-- | test/ELF/Inputs/icf-non-mergeable.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/ELF/Inputs/icf-non-mergeable.s b/test/ELF/Inputs/icf-non-mergeable.s new file mode 100644 index 0000000000000..0c42a654963e1 --- /dev/null +++ b/test/ELF/Inputs/icf-non-mergeable.s @@ -0,0 +1,8 @@ +.globl d1, d2 +.section .data.d1, "aw" +d1: + .quad 0 + +.section .data.d2, "aw" +d2: + .quad 0 |