[llvm] r180716 - Propagate relocation info to resolveRelocation.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon Apr 29 12:07:02 PDT 2013


On 29 April 2013 15:00, Kaylor, Andrew <andrew.kaylor at intel.com> wrote:
> No, I just like things to be explicit.
>
> I'm not aware of anything that derives from RuntimeDyldELF at the moment, though it might make sense to refactor it to divide the various architectures into subclasses.  I don't think there's been much thought given to dividing private and protected in that class.  Making just that one function private gives the impression that the other stuff really should be protected, which isn't necessarily true.

I see. I can make it protected or make everything else private. What
is your preference?

> -Andy
>

Cheers,
Rafael




More information about the llvm-commits mailing list