Skip to content

Commit a94daef

Browse files
kusmourGeorge Hu
authored andcommitted
[lldb-dap] Create symlink lldb-vscode pointing to lldb-dap
Summary: Add a symlink `lldb-vscode` pointing to `lldb-dap` so that our VSCode integration works without updating anything. This is needed as the toolchain won't reach all users at the same time, and updating VSCode will also take time to reach user machines. Test Plan: I can see the symlink in install folder {F1149366304} Reviewers: xiaojingtang, #lldb_team Reviewed By: xiaojingtang Subscribers: #lldb_team Differential Revision: https://phabricator.intern.facebook.com/D51275683
1 parent bb7be81 commit a94daef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/tools/lldb-dap/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,5 @@ if(LLDB_DAP_WELCOME_MESSAGE)
8989
endif()
9090

9191
add_subdirectory(tool)
92+
93+
add_llvm_tool_symlink(lldb-vscode lldb-dap)

0 commit comments

Comments
 (0)