[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:31 PDT 2019


aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: include/llvm/Support/CRC.h:21
+namespace llvm {
+// zlib independent CRC32 calculation.
+uint32_t getCRC32(uint32_t CRC, StringRef S);
----------------
`///`


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

https://reviews.llvm.org/D59816





More information about the llvm-commits mailing list