[lld] [RISCV][LLD] Zcmt RISC-V extension in lld (PR #183450)

via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 2 04:50:34 PST 2026


================
@@ -541,6 +558,9 @@ void RISCV::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const {
     return;
   }
 
+  case INTERNAL_R_RISCV_TBJAL:
+    return;
----------------
LukeZhuang wrote:

Yes, it's only used in relaxAux type and for byte filling later. May I ask how could we get rid of it?

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


More information about the llvm-commits mailing list