[Lldb-commits] [lldb] [llvm] [DWARF] Fix DWARTTypePrinter unable to print qualified name for DW_TAG_typedef DIE (PR #117239)
Zequan Wu via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 21 17:02:17 PST 2024
ZequanWu wrote:
Just noticed that this breaks `llvm/test/tools/dsymutil/X86/DWARFLinkerParallel/odr-string.test` because for `DW_TAG_typedef`, llvm-dwarfdump will print the fully qualified name instead of the base name in DW_AT_type that refers to it. Do you think we should keep the original bahavior by using the base name of typedef? Or update the test to accept fully qualified name?
https://github.com/llvm/llvm-project/pull/117239
More information about the lldb-commits
mailing list