[Lldb-commits] [clang] [lldb] [Clang][LLDB] Refactor trap reason demangling out of LLDB and into Clang (PR #165996)

Dan Liew via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 3 06:55:04 PST 2025


================
@@ -97,6 +97,9 @@ add_lldb_library(lldbTarget
     lldbUtility
     lldbValueObject
     lldbPluginProcessUtility
+
+  CLANG_LIBS
+    clangCodeGen
----------------
delcypher wrote:

Thanks for putting up https://github.com/llvm/llvm-project/pull/166157. I'm happy to rebase my patch on that if it gets approved.

https://github.com/llvm/llvm-project/pull/165996


More information about the lldb-commits mailing list