[PATCH] D91127: [ELF] Sort by input order within an input section description
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 11 11:29:23 PST 2020
MaskRay added a comment.
Thanks for the comments. I have improved comments and rewritten a significant portion of the description.
I added this paragraph:
> Note, multiple SORT* within an input section description has undocumented and confusing behaviors in GNU ld: https://sourceware.org/pipermail/binutils/2020-November/114083.html
> Therefore multiple SORT* is not the focus for this patch but this patch still strives to have an explainable behavior.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91127/new/
https://reviews.llvm.org/D91127
More information about the llvm-commits
mailing list