mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-28 03:25:23 +00:00
[MCJIT] Remove a few more references to JITMemoryManager that survived r218316.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218318 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -41,7 +41,6 @@ class Function;
|
||||
class GlobalVariable;
|
||||
class GlobalValue;
|
||||
class JITEventListener;
|
||||
class JITMemoryManager;
|
||||
class MachineCodeInfo;
|
||||
class MutexGuard;
|
||||
class ObjectCache;
|
||||
@@ -523,8 +522,7 @@ public:
|
||||
/// is only appropriate for the MCJIT; setting this and configuring the builder
|
||||
/// to create anything other than MCJIT will cause a runtime error. If create()
|
||||
/// is called and is successful, the created engine takes ownership of the
|
||||
/// memory manager. This option defaults to NULL. Using this option nullifies
|
||||
/// the setJITMemoryManager() option.
|
||||
/// memory manager. This option defaults to NULL.
|
||||
EngineBuilder &setMCJITMemoryManager(RTDyldMemoryManager *mcjmm) {
|
||||
MCJMM = mcjmm;
|
||||
return *this;
|
||||
|
Reference in New Issue
Block a user