[PATCH] D148356: [lld/ELF] Sort sections by SHF_X86_64_LARGE
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 24 11:52:07 PDT 2023
MaskRay added a comment.
In D148356#4292950 <https://reviews.llvm.org/D148356#4292950>, @aeubanks wrote:
> right now lld sorts sections by R, RX, RWX, RW. do you mean put large R right before normal R, and large RW right after normal RW, and whatever for large RX and RWX?
Yes. I would suggest this.
(I didn't notice that this patch had been made green. I'll change myself to a blocking reviewer :))
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148356/new/
https://reviews.llvm.org/D148356
More information about the llvm-commits
mailing list