[PATCH] D39119: [llvm-dwarfdump] - Teach tool about few GNU call_sites constants.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 23 04:20:26 PDT 2017
grimar added a comment.
In https://reviews.llvm.org/D39119#902232, @aprantl wrote:
> Could you also teach the DWARFVerifier about these attributes?
Will take a look.
> You might also want to add support for the standardized DWARF 5 version of DW_AT_call_site & friends.
I see Dwarf.def file already contains something about this:
HANDLE_DW_TAG(0x0048, call_site, 5, DWARF)
HANDLE_DW_TAG(0x0049, call_site_parameter, 5, DWARF)
I'll take a look if something is missing there.
Thanks !
https://reviews.llvm.org/D39119
More information about the llvm-commits
mailing list