[PATCH] D47396: [LLD] Place .nv_fatbin section at the beginning of the executable.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 25 16:06:24 PDT 2018
pcc added a comment.
Here's one generalization idea: move `.rodata` to the end of the r/o segment. That should let us drop the special cases for `.dynsym` and `.dynstr` as well.
https://reviews.llvm.org/D47396
More information about the llvm-commits
mailing list