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
No known key found for this signature in database
GPG Key ID: FEF6C8051D0E013C
1 changed files with 1 additions and 0 deletions

View File

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