aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/Inputs/icf-merge2.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/Inputs/icf-merge2.s')
-rw-r--r--test/ELF/Inputs/icf-merge2.s10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/ELF/Inputs/icf-merge2.s b/test/ELF/Inputs/icf-merge2.s
new file mode 100644
index 000000000000..e845a6177e21
--- /dev/null
+++ b/test/ELF/Inputs/icf-merge2.s
@@ -0,0 +1,10 @@
+.section .rodata.str,"aMS",@progbits,1
+.asciz "bar"
+.asciz "baz"
+boo:
+.asciz "boo"
+
+.section .text.f2,"ax"
+.globl f2
+f2:
+lea boo+42(%rip), %rax