diff options
| author | kennytm <kennytm@gmail.com> | 2018-06-10 01:27:24 +0800 |
|---|---|---|
| committer | kennytm <kennytm@gmail.com> | 2018-06-10 04:31:49 +0800 |
| commit | b00ea6c2da3cf723c36328fe91057c6568fab688 (patch) | |
| tree | 285d25c75a5bf12eb65893b4ead0d81853fcc424 | |
| parent | d2b5b7603b6b7ecb4ff93981c785aef640015e68 (diff) | |
| download | rust-b00ea6c2da3cf723c36328fe91057c6568fab688.tar.gz rust-b00ea6c2da3cf723c36328fe91057c6568fab688.zip | |
Allowing building the codegen backend specifically.
Use `./x.py build src/librustc_codegen_llvm` to build the codegen backend.
| -rw-r--r-- | src/bootstrap/builder.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs index be9c926bedf..d482a0d5650 100644 --- a/src/bootstrap/builder.rs +++ b/src/bootstrap/builder.rs @@ -339,6 +339,7 @@ impl<'a> Builder<'a> { compile::Std, compile::Test, compile::Rustc, + compile::CodegenBackend, compile::StartupObjects, tool::BuildManifest, tool::Rustbook, |
