[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 04:40:01 PST 2025
================
@@ -97,6 +97,9 @@ add_lldb_library(lldbTarget
lldbUtility
lldbValueObject
lldbPluginProcessUtility
+
+ CLANG_LIBS
+ clangCodeGen
----------------
Michael137 wrote:
https://github.com/llvm/llvm-project/pull/166157
https://github.com/llvm/llvm-project/pull/165996
More information about the lldb-commits
mailing list