[PATCH] D28105: [DWARF] - Introduce DWARFCompression class.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 25 06:12:47 PST 2016


grimar created this revision.
grimar added reviewers: rafael, davide, dblaikie.
grimar added subscribers: llvm-commits, grimar, evgeny777.
Herald added subscribers: aprantl, mgorny.

DWARFCompression intention is to reduce duplication of code.
Currently LLD has own implementation of decompressor
for compressed debug sections.

This class helps to avoid it and share the code.


https://reviews.llvm.org/D28105

Files:
  include/llvm/DebugInfo/DWARF/DWARFCompression.h
  lib/DebugInfo/DWARF/CMakeLists.txt
  lib/DebugInfo/DWARF/DWARFCompression.cpp
  lib/DebugInfo/DWARF/DWARFContext.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28105.82471.patch
Type: text/x-patch
Size: 9967 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161225/503675b1/attachment.bin>


More information about the llvm-commits mailing list