[PATCH] D22674: [ELF] - Linkerscript: implemented ALIGN modificatior of output sections.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 6 19:52:32 PDT 2019
MaskRay added a comment.
In D22674#1617615 <https://reviews.llvm.org/D22674#1617615>, @Octav wrote:
> Does llvm ld support the ALIGN_WITH_INPUT option?
@Octav It doesn't. You can verify that the token `"ALIGN_WITH_INPUT"` is not mentioned in lld/ELF. What would be helpful is to give your minimized linker script which uses ALIGN_WITH_INPUT.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D22674/new/
https://reviews.llvm.org/D22674
More information about the llvm-commits
mailing list