[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
Fri Oct 20 05:25:22 PDT 2017
grimar created this revision.
Herald added a subscriber: JDevlieghere.
This teaches tool about following consants: DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter,
DW_AT_GNU_call_site_value, DW_AT_GNU_all_call_sites.
We faced them during investigation of objects produced by GCC in PR34852.
Constants documented here: https://sourceware.org/elfutils/DwarfExtensions
https://reviews.llvm.org/D39119
Files:
include/llvm/BinaryFormat/Dwarf.def
test/tools/llvm-dwarfdump/X86/gnu_call_site.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39119.119644.patch
Type: text/x-patch
Size: 3665 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171020/2469f404/attachment.bin>
More information about the llvm-commits
mailing list