[all-commits] [llvm/llvm-project] ea6175: [NFC] Refactor llvm::zlib namespace

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


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

  Changed paths:
    M clang-tools-extra/clangd/index/Serialization.cpp
    M clang-tools-extra/clangd/unittests/SerializationTests.cpp
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Serialization/ASTReader.cpp
    M clang/lib/Serialization/ASTWriter.cpp
    M lld/ELF/Driver.cpp
    M lld/ELF/InputSection.cpp
    M llvm/docs/ReleaseNotes.rst
    M llvm/include/llvm/Support/Compression.h
    M llvm/lib/MC/ELFObjectWriter.cpp
    M llvm/lib/ObjCopy/ELF/ELFObject.cpp
    M llvm/lib/Object/Decompressor.cpp
    M llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp
    M llvm/lib/ProfileData/Coverage/CoverageMappingWriter.cpp
    M llvm/lib/ProfileData/InstrProf.cpp
    M llvm/lib/ProfileData/SampleProfReader.cpp
    M llvm/lib/ProfileData/SampleProfWriter.cpp
    M llvm/lib/Support/Compression.cpp
    M llvm/tools/llvm-mc/llvm-mc.cpp
    M llvm/tools/llvm-objcopy/ObjcopyOptions.cpp
    M llvm/unittests/ProfileData/InstrProfTest.cpp
    M llvm/unittests/Support/CompressionTest.cpp

  Log Message:
  -----------
  [NFC] Refactor llvm::zlib namespace

* Refactor compression namespaces across the project, making way for a possible
  introduction of alternatives to zlib compression.
  Changes are as follows:
  * Relocate the `llvm::zlib` namespace to `llvm::compression::zlib`.

Reviewed By: MaskRay, leonardchan, phosek

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




More information about the All-commits mailing list