diff options
| author | Aaron Ballman <aaron@aaronballman.com> | 2014-11-26 15:27:39 +0000 |
|---|---|---|
| committer | Aaron Ballman <aaron@aaronballman.com> | 2014-11-26 15:27:39 +0000 |
| commit | 9fb411431d4df41f562008fc4580230fc2ee4362 (patch) | |
| tree | fdb9b6a818d3444a9d5a984a625c86288f8a2a28 /llvm/tools/lli/RemoteMemoryManager.cpp | |
| parent | 248f1e5156acec3108482fa599a91372207f6be9 (diff) | |
| download | bcm5719-llvm-9fb411431d4df41f562008fc4580230fc2ee4362.tar.gz bcm5719-llvm-9fb411431d4df41f562008fc4580230fc2ee4362.zip | |
Reverting r222828 and r222810-r222812 as they broke the build on Windows.
http://bb.pgr.jp/builders/ninja-clang-i686-msc17-R/builds/11753
llvm-svn: 222833
Diffstat (limited to 'llvm/tools/lli/RemoteMemoryManager.cpp')
| -rw-r--r-- | llvm/tools/lli/RemoteMemoryManager.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/tools/lli/RemoteMemoryManager.cpp b/llvm/tools/lli/RemoteMemoryManager.cpp index 47da8fb60c9..5a135eabd73 100644 --- a/llvm/tools/lli/RemoteMemoryManager.cpp +++ b/llvm/tools/lli/RemoteMemoryManager.cpp @@ -14,6 +14,7 @@ #include "RemoteMemoryManager.h" #include "llvm/ExecutionEngine/ExecutionEngine.h" +#include "llvm/ExecutionEngine/ObjectImage.h" #include "llvm/Support/Debug.h" #include "llvm/Support/Format.h" @@ -77,7 +78,7 @@ sys::MemoryBlock RemoteMemoryManager::allocateSection(uintptr_t Size) { } void RemoteMemoryManager::notifyObjectLoaded(ExecutionEngine *EE, - const object::ObjectFile &Obj) { + const ObjectImage *Obj) { // The client should have called setRemoteTarget() before triggering any // code generation. assert(Target); |

