[llvm-branch-commits] [llvm-objcopy] Simplify --[de]compress-debug-sections and don't compress SHF_ALLOC sections (PR #84885)

James Henderson via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Mar 12 01:55:55 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
----------------
jh7370 wrote:

You presumably need changes to the zstd version of this test too?

https://github.com/llvm/llvm-project/pull/84885


More information about the llvm-branch-commits mailing list