[all-commits] [llvm/llvm-project] 781dea: [Support] Rename DebugCompressionType::Z to Zlib

Fangrui Song via All-commits all-commits at lists.llvm.org
Thu Sep 8 16:11:46 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 781dea021a4a38aed89ea0cbf8c0d3641b16d56d
      https://github.com/llvm/llvm-project/commit/781dea021a4a38aed89ea0cbf8c0d3641b16d56d
  Author: Fangrui Song <i at maskray.me>
  Date:   2022-09-08 (Thu, 08 Sep 2022)

  Changed paths:
    M clang/tools/driver/cc1as_main.cpp
    M llvm/include/llvm/Support/Compression.h
    M llvm/lib/MC/ELFObjectWriter.cpp
    M llvm/lib/ObjCopy/ELF/ELFObject.cpp
    M llvm/tools/llvm-mc/llvm-mc.cpp
    M llvm/tools/llvm-objcopy/ObjcopyOptions.cpp
    M llvm/unittests/Support/CompressionTest.cpp

  Log Message:
  -----------
  [Support] Rename DebugCompressionType::Z to Zlib

"Z" was so named when we had both gABI ELFCOMPRESS_ZLIB and the legacy .zdebug support.
Now we have just one zlib format, we should use the more descriptive name.




More information about the All-commits mailing list