[llvm] r180716 - Propagate relocation info to resolveRelocation.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon Apr 29 11:52:10 PDT 2013


On 29 April 2013 14:36, Kaylor, Andrew <andrew.kaylor at intel.com> wrote:
> Did you mean to move resolveRelocation outside the 'protected' area in RuntimeDyldELF?

It is now private. It was intentional, yes. Every outside user is
using the virtual interface, so this is just an internal
implementation detail. Do you have code that expects to be able to
call it directly?

Cheers,
Rafael



More information about the llvm-commits mailing list