Skip to content

Commit 0a23956

Browse files
committed
strip-llvm: Keep the lldb-vscode tool
1 parent 8009a23 commit 0a23956

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
@@ -88,7 +88,7 @@ for i in bugpoint c-index-test clang-* clangd diagtool dsymutil find-all-symbols
8888
rm $i
8989
fi
9090
;;
91-
lldb|lldb-server|lldb-argdumper|lldb-instr|lldb-mi)
91+
lldb|lldb-server|lldb-argdumper|lldb-instr|lldb-mi|lldb-vscode)
9292
;;
9393
*)
9494
if [ -f $i ]; then

0 commit comments

Comments
 (0)