[lld] r319877 - Make this test a bit less confusing.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 5 19:35:40 PST 2017


Author: rafael
Date: Tue Dec  5 19:35:40 2017
New Revision: 319877

URL: http://llvm.org/viewvc/llvm-project?rev=319877&view=rev
Log:
Make this test a bit less confusing.

Before this patch foo and bar have the same address as .text is empty.

Modified:
    lld/trunk/test/ELF/Inputs/copy-rel-pie.s

Modified: lld/trunk/test/ELF/Inputs/copy-rel-pie.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/Inputs/copy-rel-pie.s?rev=319877&r1=319876&r2=319877&view=diff
==============================================================================
--- lld/trunk/test/ELF/Inputs/copy-rel-pie.s (original)
+++ lld/trunk/test/ELF/Inputs/copy-rel-pie.s Tue Dec  5 19:35:40 2017
@@ -9,3 +9,4 @@ foo:
 .global bar
 .type bar, @function
 bar:
+retq




More information about the llvm-commits mailing list