diff options
Diffstat (limited to 'test/MC/X86/macho-reloc-errors-x86_64.s')
-rw-r--r-- | test/MC/X86/macho-reloc-errors-x86_64.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/X86/macho-reloc-errors-x86_64.s b/test/MC/X86/macho-reloc-errors-x86_64.s index 05f77c495b249..4498d03338f39 100644 --- a/test/MC/X86/macho-reloc-errors-x86_64.s +++ b/test/MC/X86/macho-reloc-errors-x86_64.s @@ -10,7 +10,7 @@ mov %rax, thing@TLVP // CHECK-ERROR: 3:9: error: 32-bit absolute addressing is not supported in 64-bit mode -// CHECK-ERROR: 4:9: error: unsupported relocation of modified symbol +// CHECK-ERROR: 4:9: error: unsupported subtraction of qualified symbol // CHECK-ERROR: 5:9: error: unsupported pc-relative relocation of difference // CHECK-ERROR: 6:9: error: unsupported relocation with identical base // CHECK-ERROR: 7:9: error: unsupported relocation with subtraction expression, symbol 'thing' can not be undefined in a subtraction expression |