[PATCH] D24227: [ELF] - Linkerscript: implemented FILL command as alias for =fillexpr
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 5 03:00:58 PDT 2016
grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: grimar, llvm-commits, davide, evgeny777.
In compare with D24186 patch which provides implementation that is
fully equal to specification, this patch implements FILL just as alias
for =fillexpr.
This allows to make implementation much shorted and simpler.
https://reviews.llvm.org/D24227
Files:
ELF/LinkerScript.cpp
test/ELF/linkerscript/linkerscript-fill.s
test/ELF/linkerscript/sections-padding.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24227.70312.patch
Type: text/x-patch
Size: 3707 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160905/216bcbe1/attachment.bin>
More information about the llvm-commits
mailing list