[lld] r251911 - Make this input a bit more readable.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 3 05:58:27 PST 2015


Author: rafael
Date: Tue Nov  3 07:58:27 2015
New Revision: 251911

URL: http://llvm.org/viewvc/llvm-project?rev=251911&view=rev
Log:
Make this input a bit more readable.

Modified:
    lld/trunk/test/elf2/Inputs/relocation-copy.s

Modified: lld/trunk/test/elf2/Inputs/relocation-copy.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf2/Inputs/relocation-copy.s?rev=251911&r1=251910&r2=251911&view=diff
==============================================================================
--- lld/trunk/test/elf2/Inputs/relocation-copy.s (original)
+++ lld/trunk/test/elf2/Inputs/relocation-copy.s Tue Nov  3 07:58:27 2015
@@ -1,11 +1,12 @@
-.text
-.type x, at object
 .bss
+
+.type x, at object
 .globl x
 .align 4
 x:
 .long 0
 .size x, 4
+
 .type y, at object
 .globl y
 .align 4




More information about the llvm-commits mailing list