[ORC] Expose a typedef in RTDyldObjectLinkingLayer.

This should fix the failure on the polly bots.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306062 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Lang Hames 2017-06-22 21:54:26 +00:00
parent 14b319c4ea
commit a5245c1109

View File

@ -34,11 +34,13 @@ namespace llvm {
namespace orc {
class RTDyldObjectLinkingLayerBase {
protected:
public:
using ObjectPtr =
std::shared_ptr<object::OwningBinary<object::ObjectFile>>;
protected:
/// @brief Holds a set of objects to be allocated/linked as a unit in the JIT.
///
/// An instance of this class will be created for each set of objects added