[Lldb-commits] [clang] [lldb] [Clang][LLDB] Refactor trap reason demangling out of LLDB and into Clang (PR #165996)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 3 00:05:19 PST 2025
================
@@ -97,6 +97,9 @@ add_lldb_library(lldbTarget
lldbUtility
lldbValueObject
lldbPluginProcessUtility
+
+ CLANG_LIBS
+ clangCodeGen
----------------
Michael137 wrote:
> So it needs to be acceptable to link against clangCodeGen from a plugin. Do you forsee a problem with doing that
That should be fine. We already do that from other plugins
https://github.com/llvm/llvm-project/pull/165996
More information about the lldb-commits
mailing list