[Lldb-commits] [lldb] [lldb][windows] copy vcpkg runtime dlls (PR #200416)

Charles Zablit via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 2 03:49:50 PDT 2026


================
@@ -157,6 +157,16 @@ function(finish_swig_python swig_target lldb_python_bindings_dir lldb_python_tar
   create_relative_symlink(${swig_target} ${LIBLLDB_SYMLINK_DEST}
                           ${lldb_python_target_dir}/native/ ${LIBLLDB_SYMLINK_OUTPUT_FILE})
 
+  if(WIN32 AND DEFINED VCPKG_INSTALLED_DIR AND DEFINED VCPKG_TARGET_TRIPLET)
----------------
charles-zablit wrote:

Added a comment, it's not super obvious what this does.

https://github.com/llvm/llvm-project/pull/200416


More information about the lldb-commits mailing list