summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2012-10-02 21:18:39 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2012-10-02 21:18:39 +0000
commitadc70568f9ddb5323775ca79c9ddd531af3f4d98 (patch)
treea54dc069e1c40146b736b3d622068715d9a7447c /llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
parentf01b02b7cf10bcb8c875cd7f610b0e846025f4e4 (diff)
downloadbcm5719-llvm-adc70568f9ddb5323775ca79c9ddd531af3f4d98.tar.gz
bcm5719-llvm-adc70568f9ddb5323775ca79c9ddd531af3f4d98.zip
Clean-up of memory buffer and object ownership model in MCJIT
llvm-svn: 165053
Diffstat (limited to 'llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h')
-rw-r--r--llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h b/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
index 707664c7327..ef56f551fc8 100644
--- a/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
+++ b/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
@@ -63,7 +63,7 @@ public:
RuntimeDyldMachO(RTDyldMemoryManager *mm) : RuntimeDyldImpl(mm) {}
- bool isCompatibleFormat(const MemoryBuffer *InputBuffer) const;
+ bool isCompatibleFormat(const ObjectBuffer *Buffer) const;
};
} // end namespace llvm
OpenPOWER on IntegriCloud