diff options
Diffstat (limited to 'test/ELF/Inputs/icf-merge3.s')
-rw-r--r-- | test/ELF/Inputs/icf-merge3.s | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/ELF/Inputs/icf-merge3.s b/test/ELF/Inputs/icf-merge3.s deleted file mode 100644 index 91bf05ebea27..000000000000 --- a/test/ELF/Inputs/icf-merge3.s +++ /dev/null @@ -1,10 +0,0 @@ -.section .rodata.str,"aMS",@progbits,1 -.asciz "bar" -.asciz "baz" -foo: -.asciz "foo" - -.section .text.f2,"ax" -.globl f2 -f2: -lea foo+43(%rip), %rax |