[lld] r285608 - Move IsAbsolute from SymbolAssignment to Expr.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 31 11:28:37 PDT 2016


On 31 October 2016 at 13:55, Rui Ueyama <ruiu at google.com> wrote:
> Isn't this almost the same as the Eugene's patch?

Which one? The patches I have seen were trying to ignore a relative
relocation to an absolute symbol. This is trying to fix which symbols
are or are not absolute.


> I really liked the fact that an expression is compiled to a lambda in our
> linker script processor. Isn't there any other way to do this?

I can't think of anything right now. It is just a fact that some
expressions are absolute and some  are not.

Cheers,
Rafael


More information about the llvm-commits mailing list