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

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 26 07:21:12 PDT 2019


mgorny added a comment.

Is there really any good case to build LLVM without zlib? Maybe it'd be better to just require zlib unconditionally (or mark building it really unsupported) rather than bundling extra algorithms that will be used only conditionally (until someone mistakenly uses it unconditionally, and LLVM would start using different CRC32 impls in different places) like this.


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

https://reviews.llvm.org/D59816





More information about the llvm-commits mailing list