Skip to content

Commit

Permalink
Rollup merge of rust-lang#41369 - cuviper:arm-stage0, r=alexcrichton
Browse files Browse the repository at this point in the history
Bump stage0 to fix ARM LLVM

There was a serious ARM codegen bug in LLVM that was fixed by rust-lang#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 rust-lang#41291
cc @arielb1
  • Loading branch information
frewsxcv committed Apr 20, 2017
2 parents 236978e + 0a69bf4 commit 1987fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stage0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1987fc1

Please sign in to comment.