[all-commits] [llvm/llvm-project] 96063b: [llvm] Remove unused and redundant crc32 funcction...

Cole Kissane via All-commits all-commits at lists.llvm.org
Fri Jul 8 11:25:00 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 96063bfa908865fb102894f9f5afb58c627faf79
      https://github.com/llvm/llvm-project/commit/96063bfa908865fb102894f9f5afb58c627faf79
  Author: Cole Kissane <cole.kissane at gmail.com>
  Date:   2022-07-08 (Fri, 08 Jul 2022)

  Changed paths:
    M llvm/docs/ReleaseNotes.rst
    M llvm/include/llvm/Support/Compression.h
    M llvm/lib/Support/Compression.cpp
    M llvm/unittests/Support/CompressionTest.cpp

  Log Message:
  -----------
  [llvm] Remove unused and redundant crc32 funcction from llvm::compression::zlib namespace

* Remove crc32 from zlib compression namespace, people should use the `llvm::crc32` instead.

Reviewed By: MaskRay, leonardchan

Differential Revision: https://reviews.llvm.org/D128754




More information about the All-commits mailing list