diff options
| author | kennytm <kennytm@gmail.com> | 2017-12-02 01:39:01 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-02 01:39:01 +0800 |
| commit | bd5a4af5cd13ddcd0f3ebfa965f3ed3de2431048 (patch) | |
| tree | 922d79bd69493fd81db28b652870e00ae3b31ab4 | |
| parent | b86a47f860ff800eb9e9a46ca2b41eea20e97188 (diff) | |
| parent | 666bb903000205a642f62a5bd3f6ccbdca47c5eb (diff) | |
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
| m--------- | src/llvm | 0 | ||||
| -rw-r--r-- | src/test/run-pass/saturating-float-casts.rs | 1 |
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)] |
