]> git.lizzy.rs Git - rust.git/commitdiff
Bump stage0 to fix ARM LLVM
authorJosh Stone <jistone@redhat.com>
Tue, 18 Apr 2017 15:57:56 +0000 (08:57 -0700)
committerJosh Stone <jistone@redhat.com>
Tue, 18 Apr 2017 15:57:56 +0000 (08:57 -0700)
There was a serious ARM codegen bug in LLVM that was fixed by #40779,
also backported to beta.  This updates stage0 to 1.17.0-beta.3 to pick
up that change, so ARM can bootstrap natively again.

Fixes #41291
cc @arielb1

src/stage0.txt

index 60fbcadf4915776c9b180afe3ad469afec4f85b7..dc6931c1d0bdd5c25ea129a8d19256fcaa9fb8e6 100644 (file)
@@ -12,4 +12,4 @@
 # tarball for a stable release you'll likely see `1.x.0-$date` where `1.x.0` was
 # released on `$date`
 
-rustc: beta-2017-03-21
+rustc: beta-2017-04-05