[lld] [llvm] [llvm][lld] Support R_RISCV_GOT32_PCREL (PR #72587)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 29 12:19:10 PST 2023


================
@@ -0,0 +1,11 @@
+// REQUIRES: riscv
----------------
MaskRay wrote:

Similar to the aarch64 patch, this negative test should be merged into `lld/test/ELF/riscv64-reloc-got32_pcrel.s`

I think we use `_` or `-` consistently. If there is a `-`, just use `-` for `_` in `got32_pcrel` as well

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


More information about the llvm-commits mailing list