[lld] [PAC][lld][AArch64][ELF] Support signed GOT (PR #113815)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 1 11:14:20 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
+
----------------
MaskRay wrote:

unneeded blank line. we prefer not to add a blank line after `#---`

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


More information about the llvm-commits mailing list