[Lldb-commits] [lldb] [LLDB] Refactored CPlusPlusLanguage::MethodName to break lldb-server dependencies (PR #132274)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 8 11:24:31 PDT 2025
================
@@ -71,8 +71,6 @@ add_lldb_library(lldbCore
lldbUtility
lldbValueObject
lldbVersion
- lldbPluginCPlusPlusLanguage
- lldbPluginObjCLanguage
----------------
JDevlieghere wrote:
You can now add `NO_PLUGIN_DEPENDENCIES` to `add_lldb_library` above and resolve the FIXME. 🥳
https://github.com/llvm/llvm-project/pull/132274
More information about the lldb-commits
mailing list