[PATCH] D18499: [ELF] - Implemented prototype of location counter support.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 28 08:58:31 PDT 2016


grimar added a comment.

In http://reviews.llvm.org/D18499#384634, @ruiu wrote:

> Can you add a test to demonstrate what this patch will do? It doesn't have to be comprehensive at this moment though.
>
> Also, please remove code to support all arithmetic operators but '+' and parentheses. You can start from supporting only '+' and add other operators later.


Hi, test is already there actually, it is linkerscript-locationcounter.s - that is main demo for this patch.


http://reviews.llvm.org/D18499





More information about the llvm-commits mailing list