[PATCH] D128754: Refactor LLVM compression namespaces

Cole Kissane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 28 19:37:43 PDT 2022


ckissane marked an inline comment as done.
ckissane added inline comments.


================
Comment at: llvm/unittests/Support/CompressionTest.cpp:68
-      0x414FA339U,
-      zlib::crc32(StringRef("The quick brown fox jumps over the lazy dog")));
-}
----------------
leonardchan wrote:
> Should this be replaced with `llvm::crc32` rather than deleting this?
No Because llvm::crc32 has it's own tests already


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

https://reviews.llvm.org/D128754



More information about the cfe-commits mailing list