Skip to content

Commit

Permalink
Rollup merge of rust-lang#46401 - alexcrichton:wasm-tests, r=arielb1
Browse files Browse the repository at this point in the history
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 rust-lang#46298
  • Loading branch information
kennytm authored Dec 1, 2017
2 parents b86a47f + 666bb90 commit bd5a4af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/test/run-pass/saturating-float-casts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

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

#![feature(test, i128, i128_type, stmt_expr_attributes)]
#![deny(overflowing_literals)]
Expand Down

0 comments on commit bd5a4af

Please sign in to comment.