[PATCH] D128688: [llvm-objcopy] Remove support for legacy .zdebug sections

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 28 13:13:35 PDT 2022


MaskRay updated this revision to Diff 440739.
MaskRay marked an inline comment as done.
MaskRay added a comment.

Change `ELFSectionWriter<ELFT>::visit` to a switch to catch new DebugCompressionType values.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128688

Files:
  llvm/docs/ReleaseNotes.rst
  llvm/lib/ObjCopy/ELF/ELFObjcopy.cpp
  llvm/lib/ObjCopy/ELF/ELFObject.cpp
  llvm/lib/ObjCopy/ELF/ELFObject.h
  llvm/test/tools/llvm-objcopy/ELF/compress-debug-sections-default-gnu.test
  llvm/test/tools/llvm-objcopy/ELF/compress-debug-sections-groups.test
  llvm/test/tools/llvm-objcopy/ELF/compress-debug-sections-invalid-format.test
  llvm/test/tools/llvm-objcopy/ELF/compress-debug-sections-symbols.test
  llvm/test/tools/llvm-objcopy/ELF/compress-debug-sections-zlib-gnu.test
  llvm/test/tools/llvm-objcopy/ELF/compress-debug-sections.test
  llvm/test/tools/llvm-objcopy/ELF/strip-debug.test
  llvm/test/tools/llvm-objcopy/ELF/zdebug.yaml
  llvm/tools/llvm-objcopy/ObjcopyOptions.cpp
  llvm/tools/llvm-objcopy/ObjcopyOpts.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128688.440739.patch
Type: text/x-patch
Size: 15084 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220628/c218b338/attachment.bin>


More information about the llvm-commits mailing list