[llvm-branch-commits] [lld] [PAC][lld][AArch64][ELF] Support signed GOT with tiny code model (PR #113816)

Fangrui Song via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Nov 17 12:00:29 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
----------------
MaskRay wrote:

`none` is also an OS component and is misleading when used together with `linux`.

Just use `aarch64` (or `aarch64-linux` when it's important to mention Linux, usually it's not)

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


More information about the llvm-branch-commits mailing list