mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-19 02:25:01 +00:00
Give ExecutionEngine of top level buffers.
Long term the idea if for the engine to not own the buffers, but for now this is consistent with the rest of the API. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216484 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -189,6 +189,7 @@ public:
|
||||
///
|
||||
/// MCJIT will take ownership of the ObjectFile.
|
||||
virtual void addObjectFile(std::unique_ptr<object::ObjectFile> O);
|
||||
virtual void addObjectFile(object::OwningBinary<object::ObjectFile> O);
|
||||
|
||||
/// addArchive - Add an Archive to the execution engine.
|
||||
///
|
||||
|
Reference in New Issue
Block a user