[PATCH] D130724: [MC] Support writing ELFCOMPRESS_ZSTD compressed debug info sections

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 28 11:48:10 PDT 2022


MaskRay created this revision.
MaskRay added reviewers: ckissane, dblaikie, jhenderson, leonardchan, peter.smith.
Herald added subscribers: StephenFan, hiraditya, emaste.
Herald added a reviewer: alexander-shaposhnikov.
Herald added a project: All.
MaskRay requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, sstefan1.
Herald added a project: LLVM.

and add --compress-debug-sections=zstd to llvm-mc for testing.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130724

Files:
  llvm/lib/MC/ELFObjectWriter.cpp
  llvm/test/MC/ELF/compress-debug-sections-zlib-unavailable.s
  llvm/test/MC/ELF/compress-debug-sections-zstd-unavailable.s
  llvm/test/MC/ELF/compress-debug-sections-zstd.s
  llvm/tools/llvm-mc/llvm-mc.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130724.448401.patch
Type: text/x-patch
Size: 8072 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220728/f338b603/attachment.bin>


More information about the llvm-commits mailing list