diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-07-30 13:48:49 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-07-30 13:50:19 -0700 |
| commit | eb1c44b6edf20a6a1c20a7d8b1c94ab15c2fe7f4 (patch) | |
| tree | 210219ed44465aa5063c1cc8e6c1aceccf42ff76 /src/bootstrap/native.rs | |
| parent | 489b792babba74b57f1793e91a76fd1f55972759 (diff) | |
| download | rust-eb1c44b6edf20a6a1c20a7d8b1c94ab15c2fe7f4.tar.gz rust-eb1c44b6edf20a6a1c20a7d8b1c94ab15c2fe7f4.zip | |
rustbuild: Remove `--enable-llvm-clean-rebuild`
This was intended for bots back in the day where we'd persist caches of LLVM builds across runs, but nowadays we don't do that on any of the bots so this option is no longer necessary
Diffstat (limited to 'src/bootstrap/native.rs')
| -rw-r--r-- | src/bootstrap/native.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bootstrap/native.rs b/src/bootstrap/native.rs index 1da277cf181..cfd20b02aaf 100644 --- a/src/bootstrap/native.rs +++ b/src/bootstrap/native.rs @@ -80,9 +80,6 @@ impl Step for Llvm { return } } - if build.config.llvm_clean_rebuild { - drop(fs::remove_dir_all(&out_dir)); - } let _folder = build.fold_output(|| "llvm"); println!("Building LLVM for {}", target); |
