[llvm] r180716 - Propagate relocation info to resolveRelocation.
Rafael EspĂndola
rafael.espindola at gmail.com
Mon Apr 29 15:10:02 PDT 2013
On 29 April 2013 17:36, Kaylor, Andrew <andrew.kaylor at intel.com> wrote:
> I don't have a big preference either way, just so we're consistent. It looks like everything is either public or protected in RuntimeDyldMachO, so making this protected in RuntimeDyldELF is probably the path of least resistance.
OK, since these classes are final so far, I have made private
everything that is not a public interface. If they get split into an
hierarchy, it is easy to make some members protected.
> -Andy
Cheers,
Rafael
More information about the llvm-commits
mailing list