Allowing building the codegen backend specifically.

Use `./x.py build src/librustc_codegen_llvm` to build the codegen backend.
This commit is contained in:
kennytm
2018-06-10 01:27:24 +08:00
parent d2b5b7603b
commit b00ea6c2da

View File

@@ -339,6 +339,7 @@ impl<'a> Builder<'a> {
compile::Std,
compile::Test,
compile::Rustc,
compile::CodegenBackend,
compile::StartupObjects,
tool::BuildManifest,
tool::Rustbook,