Skip to content

Commit abe0d8d

Browse files
committed
rust: remove panicking stub for __mulodi4
Since Rust 1.60, LLVM is upgraded to LLVM 14 and it will no longer generate `__mulodi4` calls (https://godbolt.org/z/cWhE718rM), so this stub can be removed. Signed-off-by: Gary Guo <[email protected]>
1 parent f56c5f3 commit abe0d8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rust/compiler_builtins.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,4 @@ define_panicking_intrinsics!("`u128` should not be used", {
5353
#[cfg(target_arch = "arm")]
5454
define_panicking_intrinsics!("`u64` division/modulo should not be used", {
5555
__aeabi_uldivmod,
56-
__mulodi4,
5756
});

0 commit comments

Comments
 (0)