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

Eugene Leviant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 27 03:51:35 PDT 2019


evgeny777 updated this revision to Diff 192423.
evgeny777 added a comment.
Herald added a subscriber: jfb.

New implementation taken from libarchive (dynamic crc table)


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

https://reviews.llvm.org/D59816

Files:
  include/llvm/Support/CRC.h
  lib/DebugInfo/Symbolize/Symbolize.cpp
  lib/Support/CMakeLists.txt
  lib/Support/CRC.cpp
  unittests/Support/CMakeLists.txt
  unittests/Support/CRCTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59816.192423.patch
Type: text/x-patch
Size: 5807 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190327/5856a6a4/attachment.bin>


More information about the llvm-commits mailing list