about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2017-04-18 08:57:56 -0700
committerJosh Stone <jistone@redhat.com>2017-04-18 08:57:56 -0700
commit0a69bf4cdd01a279f8b99280de950e0083c85725 (patch)
treeacbd0eda2681aca554199331a20e8dfb653415f6
parentc398efc53f09f6e1a8cba4ec2259ffb9d89f0542 (diff)
Bump stage0 to fix ARM LLVM
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
-rw-r--r--src/stage0.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stage0.txt b/src/stage0.txt
index 60fbcadf491..dc6931c1d0b 100644
--- a/src/stage0.txt
+++ b/src/stage0.txt
@@ -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