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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
