]> granicus.if.org Git - llvm/commitdiff
[ORC] Expose a typedef in RTDyldObjectLinkingLayer.
authorLang Hames <lhames@gmail.com>
Thu, 22 Jun 2017 21:54:26 +0000 (21:54 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 22 Jun 2017 21:54:26 +0000 (21:54 +0000)
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

include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h

index 8dbe471e07306438df1e98437ae49b7e3936d1ab..66ad36be01c8dbf995d226ad165f5f2cf84de6fb 100644 (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