[llvm] WebAssembly: Move runtime libcall setting out of TargetLowering (PR #142624)

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 3 13:30:11 PDT 2025


================
@@ -277,5 +277,10 @@ void RuntimeLibcallsInfo::initLibcalls(const Triple &TT) {
       setLibcallName(RTLIB::MULO_I64, nullptr);
     }
     setLibcallName(RTLIB::MULO_I128, nullptr);
+  } else {
----------------
dschuff wrote:

AFAIK there are no uses of libgcc with wasm.

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


More information about the llvm-commits mailing list