[lld] r332063 - [ELF] Fix test
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Thu May 10 16:57:38 PDT 2018
Author: maskray
Date: Thu May 10 16:57:38 2018
New Revision: 332063
URL: http://llvm.org/viewvc/llvm-project?rev=332063&view=rev
Log:
[ELF] Fix test
Modified:
lld/trunk/test/ELF/relocation.s
Modified: lld/trunk/test/ELF/relocation.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/relocation.s?rev=332063&r1=332062&r2=332063&view=diff
==============================================================================
--- lld/trunk/test/ELF/relocation.s (original)
+++ lld/trunk/test/ELF/relocation.s Thu May 10 16:57:38 2018
@@ -123,7 +123,7 @@ R_X86_64_GOTPCREL:
// 0x2020F8 - 0x2001D8 = 7952
// 7952 = 0x101f0000 in little endian
// CHECK: Contents of section .R_X86_64_GOTPCREL
-// CHECK-NEXT: 20028f 612e0000
+// CHECK-NEXT: 2002a0 502e0000
.section .R_X86_64_GOT32,"a", at progbits
.global R_X86_64_GOT32
More information about the llvm-commits
mailing list