Skip to content

Commit ceb97da

Browse files
committed
strip-llvm: Include the lldb-dap tool
In LLVM 18, the lldb-vscode tool has been renamed to lldb-dap.
1 parent c70261f commit ceb97da

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
@@ -90,7 +90,7 @@ for i in amdgpu-arch bugpoint c-index-test clang-* clangd clangd-* darwin-debug
9090
rm $i
9191
fi
9292
;;
93-
lldb|lldb-server|lldb-argdumper|lldb-instr|lldb-mi|lldb-vscode)
93+
lldb|lldb-server|lldb-argdumper|lldb-instr|lldb-mi|lldb-vscode|lldb-dap)
9494
;;
9595
*)
9696
if [ -f $i ]; then

0 commit comments

Comments
 (0)