diff options
Diffstat (limited to 'test/ELF/gnu-ifunc-gotpcrel.s')
-rw-r--r-- | test/ELF/gnu-ifunc-gotpcrel.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/gnu-ifunc-gotpcrel.s b/test/ELF/gnu-ifunc-gotpcrel.s index 08aa0af37a1b..2a5814a98bc2 100644 --- a/test/ELF/gnu-ifunc-gotpcrel.s +++ b/test/ELF/gnu-ifunc-gotpcrel.s @@ -6,7 +6,7 @@ # RUN: llvm-readobj -dyn-relocations %t | FileCheck %s # CHECK: Dynamic Relocations { -# CHECK-NEXT: 0x120B0 R_X86_64_GLOB_DAT foo 0x0 +# CHECK-NEXT: 0x2020B0 R_X86_64_GLOB_DAT foo 0x0 # CHECK-NEXT: } .globl _start |