[Support] Rename DebugCompressionType::Z to Zlib
authorFangrui Song <i@maskray.me>
Thu, 8 Sep 2022 23:11:29 +0000 (16:11 -0700)
committerFangrui Song <i@maskray.me>
Thu, 8 Sep 2022 23:11:29 +0000 (16:11 -0700)
commit781dea021a4a38aed89ea0cbf8c0d3641b16d56d
treedb1a4a4c875ac0573da95c17a818b0723873a4ab
parent580f725d486d47a3baaf445ca6f891fbfa54cd45
[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.
clang/tools/driver/cc1as_main.cpp
llvm/include/llvm/Support/Compression.h
llvm/lib/MC/ELFObjectWriter.cpp
llvm/lib/ObjCopy/ELF/ELFObject.cpp
llvm/tools/llvm-mc/llvm-mc.cpp
llvm/tools/llvm-objcopy/ObjcopyOptions.cpp
llvm/unittests/Support/CompressionTest.cpp