[llvm-branch-commits] [lld] [PAC][lld][AArch64][ELF] Support signed GOT with tiny code model (PR #113816)
Daniil Kovalev via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Dec 15 07:55:14 PST 2024
================
@@ -77,6 +77,60 @@ _start:
adrp x1, :got_auth:zed
add x1, x1, :got_auth_lo12:zed
+#--- ok-tiny.s
+# RUN: llvm-mc -filetype=obj -triple=aarch64 ok-tiny.s -o ok-tiny.o
+
+# RUN: ld.lld ok-tiny.o a.so -pie -o external-tiny
+# RUN: llvm-readelf -r -S -x .got external-tiny | FileCheck %s --check-prefix=EXTERNAL-TINY
----------------
kovdan01 wrote:
Thanks for suggestion, fixed in 7d949458a8c0ce85e52f558159298090fa3bf529, and also applied the same to #113815
https://github.com/llvm/llvm-project/pull/113816
More information about the llvm-branch-commits
mailing list