[PATCH] D115325: [DWARF] Fix PR51087 Extraneous enum record in DWARF with type units
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 6 13:48:24 PST 2022
probinson added a comment.
In D115325#3224922 <https://reviews.llvm.org/D115325#3224922>, @Orlando wrote:
> Looking at the DWARFv5 spec while trying to get my head round pubnames, I see that there's a v5 specific section that combines pubnames and pubtypes called debug_names. Sorry if this is a silly question - this part of DWARF is new to me - does clang support emitting debug_names?
Yes. I think if you use `-gpubnames` you get it even with gdb tuning.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115325/new/
https://reviews.llvm.org/D115325
More information about the llvm-commits
mailing list