[PATCH] D22674: [ELF] - Linkerscript: implemented ALIGN modificatior of output sections.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 23 04:29:25 PDT 2016
ruiu added a comment.
ALIGN shouldn't be implemented as a special feature that is allowed only after ":" in SECTIONS subcommands. It is a generic function as described in https://sourceware.org/binutils/docs/ld/Builtin-Functions.html#Builtin-Functions.
If you support an expression after ":" in the context and the ALIGN built-in function, this feature is going to naturally be supported.
https://reviews.llvm.org/D22674
More information about the llvm-commits
mailing list