[lld] r261964 - Add a newline at the end of the file.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 25 19:17:25 PST 2016


Author: rafael
Date: Thu Feb 25 21:17:25 2016
New Revision: 261964

URL: http://llvm.org/viewvc/llvm-project?rev=261964&view=rev
Log:
Add a newline at the end of the file.

Modified:
    lld/trunk/test/ELF/dynamic-reloc-weak.s

Modified: lld/trunk/test/ELF/dynamic-reloc-weak.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/dynamic-reloc-weak.s?rev=261964&r1=261963&r2=261964&view=diff
==============================================================================
--- lld/trunk/test/ELF/dynamic-reloc-weak.s (original)
+++ lld/trunk/test/ELF/dynamic-reloc-weak.s Thu Feb 25 21:17:25 2016
@@ -30,4 +30,4 @@ _start:
 // CHECK-NEXT:   Section ({{.*}}) .rela.plt {
 // CHECK-NEXT:     0x{{.*}} R_X86_64_JUMP_SLOT sym2 0x0
 // CHECK-NEXT:   }
-// CHECK-NEXT: ]
\ No newline at end of file
+// CHECK-NEXT: ]




More information about the llvm-commits mailing list