diff options
Diffstat (limited to 'llvm/test/MC/ELF/x86_64-reloc-sizetest.s')
-rw-r--r-- | llvm/test/MC/ELF/x86_64-reloc-sizetest.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/MC/ELF/x86_64-reloc-sizetest.s b/llvm/test/MC/ELF/x86_64-reloc-sizetest.s index c899a94aa78..3225a4c0ff1 100644 --- a/llvm/test/MC/ELF/x86_64-reloc-sizetest.s +++ b/llvm/test/MC/ELF/x86_64-reloc-sizetest.s @@ -2,12 +2,12 @@ // Tests that relocation value fits in the provided size // Original bug http://llvm.org/bugs/show_bug.cgi?id=10568 - + L: movq $(L + 2147483648),%rax - + // CHECK: Relocation 0x00000000 // CHECK-NEXT: 'r_offset', 0x00000003 // CHECK-NEXT: 'r_sym' // CHECK-NEXT: 'r_type', 0x0000000b -// CHECK-NEXT: 'r_addend', 0x80000000 +// CHECK-NEXT: 'r_addend', 0x0000000080000000 |