[PATCH] D59120: [ELF] Sort notes by alignment in decreasing order
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 7 18:05:15 PST 2019
pcc added a comment.
An alternative solution might be to create a PT_NOTE for each note upfront, and opportunistically merge them if they end up being laid out contiguously. This would also handle the case where a note's size is not a multiple of its alignment.
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59120/new/
https://reviews.llvm.org/D59120
More information about the llvm-commits
mailing list