[PATCH] D121512: [Support] zlib::compress: replace compress2 with iterative deflate
Joerg Sonnenberger via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 12 16:04:01 PST 2022
joerg added a comment.
Explicit check for `Z_MEM_ERROR `and assert that it is otherwise `Z_OK`. Other return values would point to a programming error in zlib.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121512/new/
https://reviews.llvm.org/D121512
More information about the llvm-commits
mailing list