[PATCH] D28105: [DWARF] - Introduce DWARFCompression class.
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 4 04:53:32 PST 2017
davide added a comment.
In https://reviews.llvm.org/D28105#634636, @ruiu wrote:
> I don't think DWARFCompression is a good name because you can compress not only debug sections but any types of sections. Likewise, it shouldn't be in `lib/DebugInfo` directory.
Probably. `lib/Object` or `lib/Support` would be a better fit? (I vote for the former).
https://reviews.llvm.org/D28105
More information about the llvm-commits
mailing list