[llvm] [PAC][CodeGen][ELF][AArch64] Support signed GOT (PR #96164)
Daniil Kovalev via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 5 14:40:56 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: ^
----------------
kovdan01 wrote:
Yes, I just followed the same pattern as other test cases in the file. I agree that this is not useful w/o `--strict-whitespace --match-full-lines`. I'll delete this, thanks.
https://github.com/llvm/llvm-project/pull/96164
More information about the llvm-commits
mailing list