[Lldb-commits] [lldb] [lldb] Merge interfaces into lldbPluginScriptInterpreterPython (NFC) (PR #182962)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 23 16:05:55 PST 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Jonas Devlieghere (JDevlieghere)
<details>
<summary>Changes</summary>
Make the interfaces part of lldbPluginScriptInterpreterPython instead of putting them into their own static library. This avoids the need for an extra static archive and more importantly a bunch of code duplication between the two CMakeLists.txt.
---
Full diff: https://github.com/llvm/llvm-project/pull/182962.diff
2 Files Affected:
- (modified) lldb/source/Plugins/ScriptInterpreter/Python/CMakeLists.txt (+12-3)
- (removed) lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/CMakeLists.txt (-46)
``````````diff
The server is unavailable at this time. Please wait a few minutes before you try again.
``````````
</details>
https://github.com/llvm/llvm-project/pull/182962
More information about the lldb-commits
mailing list