[PATCH] D19221: [ELF] - Implemented basic set of arithmetic operations on location counter.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 18 14:04:20 PDT 2016


ruiu added a comment.

In this patch, an intermediate parse tree is constructed and then evaluated,
but you don't actually need to do that. You can just evaluate the expression
as you parse the token strings. Please take a look at
http://reviews.llvm.org/D19237.


http://reviews.llvm.org/D19221





More information about the llvm-commits mailing list