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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 3 15:51:27 PST 2017


ruiu added a comment.

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.


https://reviews.llvm.org/D28105





More information about the llvm-commits mailing list