Rationalize what is public in RuntimeDyldMachO and RuntimeDyldELF.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 29 Apr 2013 22:06:33 +0000 (22:06 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 29 Apr 2013 22:06:33 +0000 (22:06 +0000)
commit8393b99ed0fb60a966bc40610b8a63029f85962c
tree83c4173022ce1296a3c3d37022dada73668e7843
parent8228ffe72d726978d0265c3c407172f1b9851502
Rationalize what is public in RuntimeDyldMachO and RuntimeDyldELF.

The implemented RuntimeDyldImpl interface is public. Everything else is private.
Since these classes are not inherited from (yet), there is no need to have
protected members.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180733 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h