[Lldb-commits] [clang] [lldb] [lldb] Analyze enum promotion type during parsing (PR #115005)

Ilia Kuklin via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 13 10:07:17 PST 2025


kuilpd wrote:

> But only for dSYMs. Looking at the `dSYM`, none of the enums are actually preserved in the debug-info. You have to actually use the enum types in source to get dsymutil to preserve them. I'll fix it

Ah, I see. Thank you for handling this!

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


More information about the lldb-commits mailing list