[Lldb-commits] [PATCH] D133525: fix extra bytes when compressing for 32bit objcopy

Fangrui Song via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 8 20:42:23 PDT 2022


MaskRay added a comment.

See `test/tools/llvm-objcopy/ELF/compress-debug-sections-zstd.test`. Use a similar file for ELFCLASS32 which runs `llvm-objcopy --compress-debug-sections=zstd` then  `llvm-objcopy --decompress-debug-sections`. Then compare the output with the original with just one `llvm-objcopy` run.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133525/new/

https://reviews.llvm.org/D133525



More information about the lldb-commits mailing list