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

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 31 13:00:44 PDT 2016


On 31 October 2016 at 15:07, Rui Ueyama <ruiu at google.com> wrote:
> On Mon, Oct 31, 2016 at 11:28 AM, Rafael EspĂ­ndola
> <rafael.espindola at gmail.com> wrote:
>>
>> 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.
>
>
> https://reviews.llvm.org/D25441

I am truly sorry, yes, it has a similarity with it.

I started looking at this area because of
https://llvm.org/bugs/show_bug.cgi?id=30406 and didn't noticed the
overlap. Hopefully it shouldn't be hard to add the extra fields to
"struct Expr" if needed.

Cheers,
Rafael


More information about the llvm-commits mailing list