diff options
| author | Josh Stone <jistone@redhat.com> | 2017-04-18 08:57:56 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2017-04-18 08:57:56 -0700 |
| commit | 0a69bf4cdd01a279f8b99280de950e0083c85725 (patch) | |
| tree | acbd0eda2681aca554199331a20e8dfb653415f6 | |
| parent | c398efc53f09f6e1a8cba4ec2259ffb9d89f0542 (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.txt | 2 |
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 |
