summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/Decompressor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [lib/Object] Unbreak build with -Werror (unused variable). NFCI.Davide Italiano2017-01-111-1/+1
| | | | llvm-svn: 291691
* [lib/Object] - Introduce Decompressor class.George Rimar2017-01-111-0/+102
Decompressor 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. LLD patch for reusing it is D28106 Differential revision: https://reviews.llvm.org/D28105 llvm-svn: 291675
OpenPOWER on IntegriCloud