[PATCH] D59816: [Support] Implement zlib independent crc32 computation

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 28 13:06:11 PDT 2019


aprantl added a comment.

I still feel this code should be in an `#ifndef HAVE_ZLIB` with the `#else` branch forwarding the call into zlib.


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

https://reviews.llvm.org/D59816





More information about the llvm-commits mailing list