[PATCH] D30664: [DWARFv5] Update definitions to match published spec

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 6 12:01:10 PST 2017


probinson created this revision.
Herald added a subscriber: mehdi_amini.

Some late additions to DWARF v5 were not in Dwarf.def; also one form was redefined.
Add the new cases to relevant switches in different parts of LLVM.
Replace DW_FORM_ref_sup with DW_FORM_ref_sup[4,8].

I did not add support for DW_FORM_strx3 or DW_FORM_addrx3 other than defining the constants. We don't have any infrastructure to support these.


https://reviews.llvm.org/D30664

Files:
  include/llvm/Support/Dwarf.def
  lib/CodeGen/AsmPrinter/DIE.cpp
  lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
  lib/DebugInfo/DWARF/DWARFFormValue.cpp
  lib/ObjectYAML/DWARFEmitter.cpp
  tools/obj2yaml/dwarf2yaml.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30664.90729.patch
Type: text/x-patch
Size: 16981 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170306/a3bdc139/attachment.bin>


More information about the llvm-commits mailing list