[PATCH] D22674: [ELF] - Linkerscript: implemented ALIGN modificatior of output sections.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 22 05:51:27 PDT 2016
grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar, evgeny777.
Output section description can contain ALIGN modificator:
https://sourceware.org/binutils/docs/ld/Output-Section-Description.html#Output-Section-Description
Patch implements it.
https://reviews.llvm.org/D22674
Files:
ELF/LinkerScript.cpp
ELF/LinkerScript.h
test/ELF/linkerscript-align.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22674.65062.patch
Type: text/x-patch
Size: 4204 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160722/0aea1380/attachment.bin>
More information about the llvm-commits
mailing list