[Orc] Revert r236465 - It broke the Windows bots.
authorLang Hames <lhames@gmail.com>
Mon, 4 May 2015 23:30:01 +0000 (23:30 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 4 May 2015 23:30:01 +0000 (23:30 +0000)
commitb63d8107f0f58418387cbc5445ad3b9341d0e30b
treec9caf6791cd4cc2fcc8b1efe4448c73c67dbb2ad
parentc5315e5d05697dd65a4d715356355e3ca66614a1
[Orc] Revert r236465 - It broke the Windows bots.

Looks like the usual missing explicit move-constructor issue with MSVC. I should
have a fix shortly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236472 91177308-0d34-0410-b5e6-96231b3b80d8
examples/Kaleidoscope/Orc/fully_lazy/toy.cpp
include/llvm/ExecutionEngine/Orc/CloneSubModule.h [new file with mode: 0644]
include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
lib/ExecutionEngine/Orc/CMakeLists.txt
lib/ExecutionEngine/Orc/CloneSubModule.cpp [new file with mode: 0644]
lib/ExecutionEngine/Orc/IndirectionUtils.cpp
test/ExecutionEngine/OrcLazy/hello.ll
tools/lli/OrcLazyJIT.h