From 1c98619801a5705c688e683be3ef9d70169a0686 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 23 Jul 2016 20:48:50 +0000 Subject: Vendor import of lld release_39 branch r276489: https://llvm.org/svn/llvm-project/lld/branches/release_39@276489 --- test/ELF/Inputs/icf2.s | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/ELF/Inputs/icf2.s (limited to 'test/ELF/Inputs/icf2.s') diff --git a/test/ELF/Inputs/icf2.s b/test/ELF/Inputs/icf2.s new file mode 100644 index 000000000000..d332130bc935 --- /dev/null +++ b/test/ELF/Inputs/icf2.s @@ -0,0 +1,5 @@ +.globl f1, f2 +.section .text.f2, "ax" +f2: + mov $60, %rdi + call f1 -- cgit v1.3