[PATCH] D133525: fix extra bytes when compressing for 32bit objcopy, and add zstd support to Decompressor

Cole Kissane via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 8 14:24:43 PDT 2022


ckissane updated this revision to Diff 458871.
ckissane added a comment.

- fix extra bytes when compressing for 32bit objcopy
- fix lldb compressed section zstd test File Size


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133525

Files:
  lldb/test/CMakeLists.txt
  lldb/test/Shell/ObjectFile/ELF/compressed-sections-zstd.yaml
  lldb/test/Shell/lit.site.cfg.py.in
  llvm/include/llvm/Object/Decompressor.h
  llvm/include/llvm/Support/Compression.h
  llvm/lib/ObjCopy/ELF/ELFObjcopy.cpp
  llvm/lib/ObjCopy/ELF/ELFObject.cpp
  llvm/lib/ObjCopy/ELF/ELFObject.h
  llvm/lib/Object/Decompressor.cpp
  llvm/lib/Support/Compression.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133525.458871.patch
Type: text/x-patch
Size: 12531 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220908/088a5727/attachment-0001.bin>


More information about the llvm-commits mailing list