Skip to content

Commit b00ea6c

Browse files
committed
Allowing building the codegen backend specifically.
Use `./x.py build src/librustc_codegen_llvm` to build the codegen backend.
1 parent d2b5b76 commit b00ea6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/builder.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ impl<'a> Builder<'a> {
339339
compile::Std,
340340
compile::Test,
341341
compile::Rustc,
342+
compile::CodegenBackend,
342343
compile::StartupObjects,
343344
tool::BuildManifest,
344345
tool::Rustbook,

0 commit comments

Comments
 (0)