Skip to content

Commit 093d8ed

Browse files
committed
strip-llvm: Keep clang-scan-deps-wrapper too
If strip-llvm.sh is (re)run after install-wrappers.sh, we don't want it to remove any of the files installed by install-wrappers.sh.
1 parent 40ccfd1 commit 093d8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strip-llvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ for i in amdgpu-arch bugpoint c-index-test clang-* clangd clangd-* darwin-debug
7878
;;
7979
clang-tidy)
8080
;;
81-
clang-target-wrapper*)
81+
clang-target-wrapper*|clang-scan-deps-wrapper*)
8282
;;
8383
clang-*)
8484
suffix="${basename#*-}"

0 commit comments

Comments
 (0)