[PATCH] D74339: Make .rodata* and .eh_frame* the last of all PROGBITS sections.

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 11 04:49:10 PST 2020


psmith added a comment.

In D74339#1868489 <https://reviews.llvm.org/D74339#1868489>, @MaskRay wrote:

> Created D74375 <https://reviews.llvm.org/D74375> . I think `INSERT [AFTER|BEFORE]` is a great solution to this kind of problems..


I agree with MaskRay that if section layout of non-standard custom sections is important then a linker script, or linker script fragment is a cleaner way to accomplish it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74339





More information about the llvm-commits mailing list