diff options
Diffstat (limited to 'llvm/test/MC/ELF/weak-relocation.s')
-rw-r--r-- | llvm/test/MC/ELF/weak-relocation.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ELF/weak-relocation.s b/llvm/test/MC/ELF/weak-relocation.s index 57714a1ec2e..88e841e65bf 100644 --- a/llvm/test/MC/ELF/weak-relocation.s +++ b/llvm/test/MC/ELF/weak-relocation.s @@ -8,7 +8,7 @@ bar: call foo //CHECK: # Relocation 0 -//CHECK-NEXT: (('r_offset', 0x00000001) +//CHECK-NEXT: (('r_offset', 0x0000000000000001) //CHECK-NEXT: ('r_sym', 0x00000005) //CHECK-NEXT: ('r_type', 0x00000002) //CHECK-NEXT: ('r_addend', 0xfffffffffffffffc) |