[lld] [lld] Add infrastructure for handling RISCV vendor-specific relocations. (PR #159987)

Jessica Clarke via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 23 08:50:00 PDT 2025


================
@@ -457,6 +457,7 @@ class RelocationScanner {
   Ctx &ctx;
   InputSectionBase *sec;
   OffsetGetter getter;
+  StringRef rv_vendor = "";
----------------
jrtc27 wrote:

camelCase

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


More information about the llvm-commits mailing list