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

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 5 08:48:32 PDT 2019


aprantl added inline comments.


================
Comment at: include/llvm/Support/CRC.h:22
+// zlib independent CRC32 calculation.
+uint32_t getCRC32(uint32_t CRC, StringRef S);
+} // end namespace llvm
----------------
Why not just call this `llvm::crc32()`?


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

https://reviews.llvm.org/D59816





More information about the llvm-commits mailing list