[llvm] [llvm][dwarfdump] Pretty-print DW_AT_language_version in non-verbose dwarfdump (PR #164222)
Michael Buch via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 20 07:10:21 PDT 2025
Michael137 wrote:
> It looks like `DW_AT_language` prints the pretty string in normal and verbose-mode (e.g. `DW_LANG_C_plus_plus_14`). Not sure what's best, just noting similar existing behaviour. (I feel like for all these named constants verbose mode should give name + raw number? not sure if others feel the same way.)
Yea it would make sense for verbose mode to display both!
https://github.com/llvm/llvm-project/pull/164222
More information about the llvm-commits
mailing list