llvm-6502/lib/ExecutionEngine/Interpreter
Benjamin Kramer a9478c4a96 Interpreter: Hack around a series of bugs in MSVC 2012 that copies around this
move-only struct.

I feel terrible now, but at least it's shielded away from proper compilers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217875 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-16 15:26:41 +00:00
..
CMakeLists.txt build/cmake: Fix CMP0023 warning with libffi 2014-09-04 14:21:10 +00:00
Execution.cpp [C++] Use 'nullptr'. 2014-04-28 04:05:08 +00:00
ExternalFunctions.cpp Support: add llvm::unique_lock 2014-08-23 23:07:14 +00:00
Interpreter.cpp Make it explicit that ExecutionEngine takes ownership of the modules. 2014-08-19 04:04:25 +00:00
Interpreter.h Interpreter: Hack around a series of bugs in MSVC 2012 that copies around this 2014-09-16 15:26:41 +00:00
LLVMBuild.txt Prune redundant dependencies in LLVMBuild.txt. 2013-12-11 00:30:57 +00:00
Makefile