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,13 @@
##===- lib/ExecutionEngine/MCJIT/Makefile ------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = LLVMMCJIT
include $(LEVEL)/Makefile.common