[llvm-commits] [patch] Remember the VariantKind when recursively evaluating a variable

Rafael EspĂ­ndola rafael.espindola at gmail.com
Thu Oct 21 11:04:45 PDT 2010


> The other possible evil is to just return bar at PLT. But then we have to
> change places that expect EvaluateAsRelocatable to go all the way
> (MCAssembler::EvaluateFixup at least). It looks like this would match
> gnu as a bit better.

I checked this in for now. It is much simpler than the previous patch and the
only issue it might have is producing a correct relocation when the reference
could have been fully resolved.

Thanks for pushing me in the right direction :-)

Cheers,
Rafael



More information about the llvm-commits mailing list