[lld] [llvm-objcopy] --[de]compress-debug-sections: don't compress SHF_ALLOC sections, only decompress .debug sections (PR #84885)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 12 17:18:21 PDT 2024
================
@@ -12,8 +12,10 @@
# CHECK: Name Type Address Off Size ES Flg Lk Inf Al
# COMPRESSED: .debug_foo PROGBITS 0000000000000000 000040 {{.*}} 00 C 0 0 8
# COMPRESSED-NEXT: .notdebug_foo PROGBITS 0000000000000000 {{.*}} 000008 00 0 0 0
+# COMPRESSED: .debug_alloc PROGBITS 0000000000000000 {{.*}} 000040 00 A 0 0 0
----------------
MaskRay wrote:
Changed
https://github.com/llvm/llvm-project/pull/84885
More information about the llvm-commits
mailing list