Skip to content

Commit

Permalink
Allowing building the codegen backend specifically.
Browse files Browse the repository at this point in the history
Use `./x.py build src/librustc_codegen_llvm` to build the codegen backend.
  • Loading branch information
kennytm committed Jun 9, 2018
1 parent d2b5b76 commit b00ea6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/builder.rs
Expand Up @@ -339,6 +339,7 @@ impl<'a> Builder<'a> {
compile::Std,
compile::Test,
compile::Rustc,
compile::CodegenBackend,
compile::StartupObjects,
tool::BuildManifest,
tool::Rustbook,
Expand Down

0 comments on commit b00ea6c

Please sign in to comment.