Use the shared Makefile.JIT for JIT-enablement, which also enables the examples

to have the JIT functioning on more platforms than just x86

llvm-svn: 16993
This commit is contained in:
Misha Brukman 2004-10-14 19:02:13 +00:00
parent 7c169be339
commit f9898d7189
2 changed files with 7 additions and 6 deletions

View File

@ -6,10 +6,11 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL = ../..
TOOLNAME = Fibonacci
USEDLIBS = lli-jit lli-interpreter codegen executionengine x86 selectiondag \
scalaropts analysis.a transformutils.a bcreader target.a vmcore \
support.a LLVMsystem.a
# Enable JIT support
include $(LEVEL)/tools/Makefile.JIT
include $(LEVEL)/Makefile.common

View File

@ -8,8 +8,8 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
TOOLNAME = HowToUseJIT
USEDLIBS = lli-jit lli-interpreter codegen executionengine x86 selectiondag \
scalaropts analysis.a transformutils.a bcreader target.a vmcore \
support.a LLVMsystem.a
# Enable JIT support
include $(LEVEL)/tools/Makefile.JIT
include $(LEVEL)/Makefile.common