[llvm] [lld] [llvm][lld] Support R_AARCH64_GOTPCREL32 (PR #72584)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 28 21:19:46 PST 2023
================
@@ -0,0 +1,11 @@
+// REQUIRES: aarch64
----------------
MaskRay wrote:
Newer tests place overflow tests (`RUN: not ld.lld ...`) and regular tests (`RUN: ld.lld ...`) in one file so that the boundary is clearer.
`aarch64-reloc-plt32.s` is a good example
https://github.com/llvm/llvm-project/pull/72584
More information about the llvm-commits
mailing list