]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #49890 - varkor:xpy-check-rustc_trans, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 19 Apr 2018 06:19:27 +0000 (06:19 +0000)
committerbors <bors@rust-lang.org>
Thu, 19 Apr 2018 06:19:27 +0000 (06:19 +0000)
Add rustc_trans to x.py check

r? @Mark-Simulacrum

I looked at `bootstrap/compile.rs` and `bootstrap/check.rs` to try to work out which steps were appropriate, but I'm sure I've overlooked some details here, so it's worth checking carefully I've got all the steps right (e.g. I wasn't sure whether we want to build LLVM if necessary with `x.py check`, though I thought it was probably better to than to not).

From a quick test, it seems to be working, though.

1  2 
src/bootstrap/builder.rs

Simple merge