[PATCH] D19332: [ELF] - implemented ternary operator for linkerscript expressions
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 21 01:27:21 PDT 2016
grimar added a comment.
In http://reviews.llvm.org/D19332#406689, @davide wrote:
> I have a question (mostly, curiosity). Are you trying to support enough to correctly parse a given linker script (e.g. Linux/FreeBSD kernel) or you're picking features according to some other criterion?
>
> Cheers,
I am using bsd script as reference (https://svnweb.freebsd.org/base/head/sys/conf/ldscript.amd64?view=markup), so I am trying to support features it uses, assuming that it is reasonable subset.
http://reviews.llvm.org/D19332
More information about the llvm-commits
mailing list