[PATCH] D30785: [DWARF] Versioning for DWARF constants; verify FORMs

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 14 09:17:18 PDT 2017


probinson updated this revision to Diff 95306.
probinson added a comment.

Move the form-version check back to DIEAbbrev::Emit.  It's cheaper to check there, and with debugging output we should have enough breadcrumbs to figure out where the problem is coming from.


https://reviews.llvm.org/D30785

Files:
  include/llvm/ObjectYAML/DWARFYAML.h
  include/llvm/Support/Dwarf.def
  include/llvm/Support/Dwarf.h
  lib/CodeGen/AsmPrinter/DIE.cpp
  lib/Support/Dwarf.cpp
  test/DebugInfo/AMDGPU/pointer-address-space-dwarf-v1.ll
  test/DebugInfo/AMDGPU/variable-locations-dwarf-v1.ll
  tools/dsymutil/DwarfLinker.cpp
  unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30785.95306.patch
Type: text/x-patch
Size: 74717 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170414/a81389b3/attachment-0001.bin>


More information about the llvm-commits mailing list