Issue 87027
Summary Rename llvm::DebugCompressionType
Labels llvm:binary-utilities
Assignees
Reporter MaskRay
    `llvm::DebugCompressionType` was added to support gas/objcopy style `--compress-debug-sections`. The type name makes less sense now that `llvm-readelf -z -x` and `ld.lld --compress-sections` can (de)compress arbitrary sections.

We should probably migrate the uses cases `llvm::DebugCompressionType`, but we have `DebugCompressionType CompressionType` variable names that should be changed to avoid same type/variable name.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to