rustbuild: Enable building LLVM
I use this from time to time debugging LLVM builds, useful to have!
This commit is contained in:
@@ -48,6 +48,10 @@ impl Step for Llvm {
|
||||
run.path("src/llvm")
|
||||
}
|
||||
|
||||
fn make_run(run: RunConfig) {
|
||||
run.builder.ensure(Llvm { target: run.target })
|
||||
}
|
||||
|
||||
/// Compile LLVM for `target`.
|
||||
fn run(self, builder: &Builder) {
|
||||
let build = builder.build;
|
||||
|
||||
Reference in New Issue
Block a user