[PATCH] D129406: [ELF] Support ELFCOMPRESS_ZSTD input

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 8 11:02:56 PDT 2022


MaskRay created this revision.
Herald added subscribers: StephenFan, arichardson, mgorny, emaste.
Herald added a project: All.
MaskRay updated this revision to Diff 447114.
MaskRay added a comment.
MaskRay updated this revision to Diff 458800.
MaskRay retitled this revision from "WIP [ELF] Support ELFCOMPRESS_ZSTD input" to "[ELF] Support ELFCOMPRESS_ZSTD input".
Herald added a subscriber: arphaman.
MaskRay published this revision for review.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

rebase


MaskRay added a comment.

Fix gdb-index


so that lld accepts relocatable object files produced by `clang -c -g -gz=zstd`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D129406

Files:
  lld/ELF/InputSection.cpp
  lld/test/CMakeLists.txt
  lld/test/ELF/compressed-debug-input-zstd.s
  lld/test/ELF/compressed-input-err-zstd.s
  lld/test/ELF/gdb-index.s
  lld/test/lit.site.cfg.py.in

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129406.458800.patch
Type: text/x-patch
Size: 6807 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220908/257376d7/attachment.bin>


More information about the llvm-commits mailing list