[all-commits] [llvm/llvm-project] 863813: [lldb] Merge interfaces into lldbPluginScriptInter...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Feb 23 21:33:59 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 863813cace92f198f731dd8a135b5c8a48813cbf
https://github.com/llvm/llvm-project/commit/863813cace92f198f731dd8a135b5c8a48813cbf
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2026-02-23 (Mon, 23 Feb 2026)
Changed paths:
M lldb/source/Plugins/ScriptInterpreter/Python/CMakeLists.txt
R lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/CMakeLists.txt
M lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptInterpreterPythonInterfaces.cpp
M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
Log Message:
-----------
[lldb] Merge interfaces into lldbPluginScriptInterpreterPython (NFC) (#182962)
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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list