[PATCH] D28456: DebugInfo: support for DW_FORM_implicit_const

Victor Leschuk via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 10 03:02:40 PST 2017


vleschuk updated this revision to Diff 83789.
vleschuk added a comment.

- Classify DW_FORM_implicit_const as DWARFFormValue::FC_Constant
- Get rid of unnecessary assert()


https://reviews.llvm.org/D28456

Files:
  include/llvm/CodeGen/DIE.h
  include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h
  include/llvm/DebugInfo/DWARF/DWARFFormValue.h
  lib/CodeGen/AsmPrinter/DIE.cpp
  lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
  lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp
  lib/DebugInfo/DWARF/DWARFFormValue.cpp
  test/DebugInfo/Inputs/implicit-const-test.o
  test/DebugInfo/dwarfdump-implicit-const.test
  unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28456.83789.patch
Type: text/x-patch
Size: 14364 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170110/4f1b7632/attachment.bin>


More information about the llvm-commits mailing list