mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 16:56:50 +00:00
[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:
parent
14b319c4ea
commit
a5245c1109
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user