[llvm] RuntimeLibcalls: Remove __muloti4 from default libcall set (PR #148562)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 14 00:38:29 PDT 2025


================
@@ -1036,7 +1041,7 @@ defvar Int128RTLibcalls = [
 ];
 
 // Only available in compiler-rt
-defvar CompilerRTOnlyInt128Libcalls = [
+defvar CompilerRTOnlyInt64Libcalls = [
----------------
nikic wrote:

Oh, duh. Shouldn't it get dropped from the Int128RTLibcalls list directly above?

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


More information about the llvm-commits mailing list