[PATCH] D74339: Make .rodata* and .eh_frame* the last of all PROGBITS sections.
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 10 12:45:53 PST 2020
tra added a comment.
In D74339#1867894 <https://reviews.llvm.org/D74339#1867894>, @MaskRay wrote:
> + at tra because of D47396 <https://reviews.llvm.org/D47396>
>
> What types of relocations are from/to .nv_fatbin?
Normally the only things that refer to the stuff in .nv_* are static data structures in .rodata, so placing .nv_fatbin before that is the right thing to do, as long as it does not get in a way of something else.
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