[PATCH] D111137: [ELF] Fix assigning segments to orphan sections
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 8 10:20:31 PDT 2021
peter.smith added a comment.
Will take a closer next week unless MaskRay gets a chance and is happy.
Intuitively I think this is right; if we have an orphan on the boundary between two segments, it makes sense to place in the segment with compatible flags. Will need to check through the details, and see if there is any prior art in ld.bfd.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111137/new/
https://reviews.llvm.org/D111137
More information about the llvm-commits
mailing list