From a119322c1de3518e7d6acc0d5bfa0b5942f874cf Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Thu, 10 May 2018 23:57:38 +0000 Subject: [PATCH] [ELF] Fix test llvm-svn: 332063 --- lld/test/ELF/relocation.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/test/ELF/relocation.s b/lld/test/ELF/relocation.s index a96e138..95d07738 100644 --- a/lld/test/ELF/relocation.s +++ b/lld/test/ELF/relocation.s @@ -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",@progbits .global R_X86_64_GOT32 -- 2.7.4