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
This commit is contained in:
Daniel Dunbar
2010-11-17 16:06:43 +00:00
parent 6d135972bf
commit 6aec298486
9 changed files with 309 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
add_llvm_library(LLVMMCJIT
MCJIT.cpp
TargetSelect.cpp
)