[PATCH] D23062: [ELF] - Linkerscript: use expression instead of uint64_t for Dot argument.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 2 07:20:50 PDT 2016
grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar, davide, evgeny777.
Sometimes it can be useful to restrict the use of Dot in expression.
Patch allows to do that by replacing the uint64_t with a std::function,
which will be able either to return Dot value or error out.
https://reviews.llvm.org/D23062
Files:
ELF/LinkerScript.cpp
ELF/LinkerScript.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23062.66470.patch
Type: text/x-patch
Size: 6171 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160802/1d8e2268/attachment-0001.bin>
More information about the llvm-commits
mailing list