[llvm] [PAC][CodeGen][ELF][AArch64] Support signed GOT with tiny code model (PR #114525)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 18 09:27:29 PST 2024
================
@@ -87,3 +87,9 @@ ldr x24, [x23, #:got_lo12:sym]
ldr x24, [x23, :gottprel_lo12:sym]
// ERROR: [[#@LINE-1]]:1: error: ILP32 64-bit load/store relocation not supported (LP64 eqv: TLSIE_LD64_GOTTPREL_LO12_NC)
+
+ldr x24, :got_auth:sym
+// ERROR: error: ILP32 LDR AUTH relocation not supported (LP64 eqv: AUTH_GOT_LD_PREL19)
----------------
MaskRay wrote:
test `[[#@LINE-1]]`
https://github.com/llvm/llvm-project/pull/114525
More information about the llvm-commits
mailing list