[Lldb-commits] [lldb] [lldb][TypeSystem] Enable colored AST dump (PR #86159)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Sat Sep 13 07:19:16 PDT 2025


Michael137 wrote:

> You can't get from a TypeSystem to a Target directly, because TypeSystem's live in Modules and Modules live outside any particular target in the global module cache. Maybe you need to pass this in to the call to dump the functions

Ended up taking this approach

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


More information about the lldb-commits mailing list