diff options
Diffstat (limited to 'llvm/lib/MC/ELFObjectWriter.cpp')
-rw-r--r-- | llvm/lib/MC/ELFObjectWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/ELFObjectWriter.cpp b/llvm/lib/MC/ELFObjectWriter.cpp index bb05869..6f54f50 100644 --- a/llvm/lib/MC/ELFObjectWriter.cpp +++ b/llvm/lib/MC/ELFObjectWriter.cpp @@ -867,7 +867,7 @@ void ELFWriter::writeSectionData(const MCAssembler &Asm, MCSection &Sec, switch (CompressionType) { case DebugCompressionType::None: llvm_unreachable("has been handled"); - case DebugCompressionType::Z: + case DebugCompressionType::Zlib: ChType = ELF::ELFCOMPRESS_ZLIB; break; case DebugCompressionType::Zstd: |