]> git.lizzy.rs Git - rust.git/commit
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)
commit78fc5107430d73557df489b795d93b6ec7149cc3
tree6545fc0522f33e5ce5c557c97bf4d18901443b4e
parent883bf4ba2ed8c63ed2c3201576bca1ec10488624
parent86acb09273275a0a045f48bd43cb60eb0a512ff1
Auto merge of #49890 - varkor:xpy-check-rustc_trans, r=alexcrichton

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.
src/bootstrap/builder.rs