[llvm] [LLVM][DWARF] Chnage order for .debug_names abbrev print out (PR #80229)
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 1 14:19:30 PST 2024
dwblaikie wrote:
How's this compare to how we handle .debug_abbrevs? (perhaps we could be sharing some parsing infrastructure, the same as I'm suggesting/hoping we share some generation infrastructure - but even if not shared code, bringing two different implementations into alignment so they do/express things more similarly would be good)
https://github.com/llvm/llvm-project/pull/80229
More information about the llvm-commits
mailing list