about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-11-28 16:07:12 -0800
committerAlex Crichton <alex@alexcrichton.com>2017-11-30 05:39:57 -0800
commit666bb903000205a642f62a5bd3f6ccbdca47c5eb (patch)
tree8376fb2c4754a1d28ff6f7e29eb52efd949169d7 /src
parentd6b010f98beae1591ea6e8e21008de97d6cf5be4 (diff)
downloadrust-666bb903000205a642f62a5bd3f6ccbdca47c5eb.tar.gz
rust-666bb903000205a642f62a5bd3f6ccbdca47c5eb.zip
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
Diffstat (limited to 'src')
m---------src/llvm0
-rw-r--r--src/test/run-pass/saturating-float-casts.rs1
2 files changed, 0 insertions, 1 deletions
diff --git a/src/llvm b/src/llvm
-Subproject 487c636342ea1abe64d6387eade963a91a152aa
+Subproject 6d08185a5cf488d0a853b065a8a3a6d7a29f084
diff --git a/src/test/run-pass/saturating-float-casts.rs b/src/test/run-pass/saturating-float-casts.rs
index 4cd171f0ac0..c8fa49c62a0 100644
--- a/src/test/run-pass/saturating-float-casts.rs
+++ b/src/test/run-pass/saturating-float-casts.rs
@@ -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)]