MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 17 Nov 2010 16:06:43 +0000 (16:06 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 17 Nov 2010 16:06:43 +0000 (16:06 +0000)
commit6aec29848676494867e26307698155bc2c5a4033
tree5cf5e68fb4f1a6c3286462df234750dd6221e356
parent6d135972bf4e7fdc4de6b0538d6a3b91a06e3a5d
MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119509 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/MCJIT.h [new file with mode: 0644]
lib/ExecutionEngine/MCJIT/CMakeLists.txt [new file with mode: 0644]
lib/ExecutionEngine/MCJIT/MCJIT.cpp [new file with mode: 0644]
lib/ExecutionEngine/MCJIT/MCJIT.h [new file with mode: 0644]
lib/ExecutionEngine/MCJIT/Makefile [new file with mode: 0644]
lib/ExecutionEngine/MCJIT/TargetSelect.cpp [new file with mode: 0644]
lib/ExecutionEngine/Makefile
tools/lli/Makefile
tools/lli/lli.cpp