[llvm] WebAssembly: Move runtime libcall setting out of TargetLowering (PR #142624)
Sam Clegg via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 3 08:17:44 PDT 2025
================
@@ -277,5 +277,10 @@ void RuntimeLibcallsInfo::initLibcalls(const Triple &TT) {
setLibcallName(RTLIB::MULO_I64, nullptr);
}
setLibcallName(RTLIB::MULO_I128, nullptr);
+ } else {
----------------
sbc100 wrote:
Should this be `if (TT.isOSEmscripten())` ?
https://github.com/llvm/llvm-project/pull/142624
More information about the llvm-commits
mailing list