Rollup merge of #46401 - alexcrichton:wasm-tests, r=arielb1

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
This commit is contained in:
kennytm 2017-12-02 01:39:01 +08:00 committed by GitHub
commit bd5a4af5cd
2 changed files with 1 additions and 2 deletions

@ -1 +1 @@
Subproject commit 487c636342ea1abe64d6387eade963a91a152aa9
Subproject commit 6d08185a5cf488d0a853b065a8a3a6d7a29f084f

View file

@ -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)]