[PATCH] D59531: [ELF] Produce multiple PT_NOTE segments as needed
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 28 02:15:48 PDT 2019
grimar added a comment.
In D59531#1445429 <https://reviews.llvm.org/D59531#1445429>, @ruiu wrote:
> Hmm, if some tools are setting a large alignment (greater than 4) to a .note section by mistake, then we probably should ignore them and treat them as a 4 byte alignment rather than respecting a wrong value. That means always setting alignment of 4 to every .note input section.
Sounds a bit hacky IMO. I would expect from linker to make as fewer assumptions as possible.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59531/new/
https://reviews.llvm.org/D59531
More information about the llvm-commits
mailing list