MaskRay added inline comments.
================ Comment at: llvm/tools/llvm-objcopy/ObjcopyOptions.cpp:1015 + } else { + if (Config.DecompressDebugSections && !compression::zstd::isAvailable()) + return createStringError( ---------------- For --decompress-debug-sections, the zstd error should be reported only when a compressed debug section using zstd is found. zlib is similar. I cleaned up legacy zdebug code from llvm-objcopy, fixed an uninitialized ch_reserved bug. Created D130458 as an alternative patch. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D128667/new/ https://reviews.llvm.org/D128667 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits