[PATCH] D134116: [Object] Add zstd decompression support to Decompressor

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 17 21:31:15 PDT 2022


dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.

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)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134116/new/

https://reviews.llvm.org/D134116



More information about the llvm-commits mailing list