aboutsummaryrefslogtreecommitdiff
path: root/helpers/.llvm-env-remove
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2018-03-01 18:03:55 +0000
committerRenato Golin <renato.golin@linaro.org>2018-03-02 15:33:01 +0000
commit000477d3904afa17c120bb0a0f2eb2e6e118bf4a (patch)
treefe73bec824073b958c2d4e15e10d4bd00d823199 /helpers/.llvm-env-remove
parentc9d496bcdbd87b42b318664ee88308721537ed98 (diff)
Remove Clang-Tools-Extra from old scripts
The new Python version dropped support for tools-extra but if you want to use the old scripts (because of conflicts with Python imports), the extra repo gets in the way. Not urgent, but worth a change. Change-Id: I2ea47092b474e8f6d3b65a9e2edec3952c199496
Diffstat (limited to 'helpers/.llvm-env-remove')
-rwxr-xr-xhelpers/.llvm-env-remove1
1 files changed, 0 insertions, 1 deletions
diff --git a/helpers/.llvm-env-remove b/helpers/.llvm-env-remove
index fba6deb..c68530a 100755
--- a/helpers/.llvm-env-remove
+++ b/helpers/.llvm-env-remove
@@ -29,7 +29,6 @@ fi
# worktrees are removed too, so we only need to prune the repos)
safe_run remove_worktree $llvm_repo_dir $llvm_worktree_dir
safe_run remove_worktree $llvm_repo_dir/../clang
-safe_run remove_worktree $llvm_repo_dir/../clang-tools-extra
safe_run remove_worktree $llvm_repo_dir/../compiler-rt
safe_run remove_worktree $llvm_repo_dir/../lld
safe_run remove_worktree $llvm_repo_dir/../libcxx