[Lldb-commits] [lldb] [lldb] Fix Windows build with dynamic Python plugin (PR #200843)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 19 08:20:45 PDT 2026
================
@@ -50,6 +51,8 @@ if (LLDB_ENABLE_DYNAMIC_SCRIPTINTERPRETERS)
# plugin is built with allow-undefined-symbol semantics on POSIX.
add_lldb_library(lldbPluginScriptInterpreterPython SHARED
${python_plugin_sources}
+ LINK_COMPONENTS
+ ${shared_python_plugin_link_components}
----------------
Nerixyz wrote:
The undefined symbols are now exported from liblldb instead.
https://github.com/llvm/llvm-project/pull/200843
More information about the lldb-commits
mailing list