[llvm-branch-commits] [RISCV] Replace @plt/@gotpcrel in data directives with %pltpcrel %gotpcrel (PR #132569)

Fangrui Song via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Mar 23 22:45:32 PDT 2025


================
@@ -2289,25 +2314,6 @@ bool TargetLoweringObjectFileWasm::shouldPutJumpTableInFunctionSection(
   return false;
 }
 
-const MCExpr *TargetLoweringObjectFileWasm::lowerRelativeReference(
----------------
MaskRay wrote:

I'll pre-commit this. wasm and xcoff did cargo culting and added the unneeded functions.

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


More information about the llvm-branch-commits mailing list