llvm::object::Decompressor is used by many DWARF consumers like llvm-dwarfdump,
llvm-dwp, llvm-symbolizer. Add tests to them. The lldb test can be left to
D133530.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
(please include me in review of compression/decompression related stuff in LLVM - as the original author of the functionality in LLVM & someone who's reviewed/been involved in most of the changes since)
Comment Actions
Looks good to me - thanks for the extra test coverage! (though I'm also OK without it - I figure we don't have to test generic functionality in every user of it (like we wouldn't test every symbolizing feature in both llvm-symbolizer and llvm-addr2line, for instance) - but it's lightweight/easy enough, I guess)
Comment Actions
Ah, sorry:( I just copied the original reviewer list but I do know you should be listed.