[PATCH] D59120: [ELF] Sort notes by alignment in decreasing order
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 13 19:26:36 PDT 2019
MaskRay added a comment.
Both choices look good to me:
- emit one `PT_NOTE` for each `SHF_ALLOC` `.note*`
- emit one `PT_NOTE` for adjacent `SHF_ALLOC` `.note*` with the same alignment (don't check alignment of their sizes)
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