[llvm] [PAC][CodeGen][ELF][AArch64] Support signed GOT (PR #96164)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 5 14:19:27 PDT 2024
================
@@ -85,6 +85,14 @@
ldr x24, [x23, #:got_lo12:sym]
// CHECK-ERROR: error: ILP32 64-bit load/store relocation not supported (LP64 eqv: LD64_GOT_LO12_NC)
+// CHECK-ERROR: ^
----------------
MaskRay wrote:
Testing caret `^` is not really useful... To test diagnostics, just check the file and line information before `error:`
I'll adjust other diagnostics in the file.
https://github.com/llvm/llvm-project/pull/96164
More information about the llvm-commits
mailing list