[PATCH] D154641: [ELF] Add --compress-sections

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 6 22:01:38 PDT 2023


MaskRay added a comment.

In D154641#4479022 <https://reviews.llvm.org/D154641#4479022>, @ikudrin wrote:

> The code overall looks OK, but am I understand it right that the discussion on the Generic System V ABI mailing list is not finished yet?

Not finished yet. I think people have misunderstanding. `foo0` and `nonalloc0` in `lld/test/ELF/compress-sections.s` demonstrate possible metadata section uses.
`write0` (dynamic relocations) is problematic and should be avoided.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154641



More information about the llvm-commits mailing list