[lld] [PAC][lld][AArch64][ELF] Support signed GOT (PR #113815)
Daniil Kovalev via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 1 14:29:54 PST 2024
================
@@ -0,0 +1,99 @@
+# REQUIRES: aarch64
+
+# RUN: rm -rf %t && split-file %s %t && cd %t
+
+# RUN: llvm-mc -filetype=obj -triple=aarch64 %p/Inputs/shared.s -o a.o
+# RUN: ld.lld -shared a.o -o a.so
+
+#--- ok.s
+
----------------
kovdan01 wrote:
Fixed in b277e3ba49797f368139c62f2f64b6be25af8679, thanks
https://github.com/llvm/llvm-project/pull/113815
More information about the llvm-commits
mailing list