[lld] [lld/ELF] Place large executable sections at the end (PR #70358)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 31 22:50:52 PDT 2023


MaskRay wrote:

I'd consider that we place `.ltext` before `.lrodata`, so non-writable sections and writable sections have a clear border. With `--no-rosegment`, the large text and rodata share one single `PT_LOAD` segment.

https://github.com/llvm/llvm-project/pull/70358


More information about the llvm-commits mailing list