Skip to content

Commit 666bb90

Browse files
committed
wasm: Update LLVM to fix a test
This commit updates LLVM with some tweaks to the integer <-> floating point conversion instructions to ensure that `as` in Rust doesn't trap. Closes #46298
1 parent d6b010f commit 666bb90

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: src/test/run-pass/saturating-float-casts.rs

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
// Tests saturating float->int casts. See u128-as-f32.rs for the opposite direction.
1212
// compile-flags: -Z saturating-float-casts
13-
// ignore-wasm32-bare FIXME(#46298) needs upstream llvm fixes
1413

1514
#![feature(test, i128, i128_type, stmt_expr_attributes)]
1615
#![deny(overflowing_literals)]

0 commit comments

Comments
 (0)