[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 Nov 17 21:35:57 PST 2024


================
@@ -78,6 +78,79 @@ _start:
   adrp x1, :got_auth:zed
   add  x1, x1, :got_auth_lo12:zed
 
+#--- ok-tiny.s
+
+# RUN: llvm-mc -filetype=obj -triple=aarch64-none-linux ok-tiny.s -o ok-tiny.o
----------------
kovdan01 wrote:

Thanks for suggestion, changed to `aarch64` in 3c80d75c601db4574bd0edd6b89dbd332cab5f2e. Also applied to #113815

https://github.com/llvm/llvm-project/pull/113816


More information about the llvm-branch-commits mailing list