[lld] [llvm] [llvm][lld] Support R_<CLS>_GOTREL32 (PR #72584)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 22 11:02:35 PST 2023


================
@@ -0,0 +1,35 @@
+// REQUIRES: aarch64
+// RUN: llvm-mc -filetype=obj -triple=aarch64 %s -o %t.o
+// RUN: ld.lld %t.o -o %t.so -shared
----------------
MaskRay wrote:

See `aarch64-reloc-plt32.s`. We should `checkInt` for R_AARCH64_GOTPCREL32

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


More information about the llvm-commits mailing list