mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Use the shared Makefile.JIT for JIT-enablement, which also enables the examples
to have the JIT functioning on more platforms than just x86 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16993 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
53c8f29586
commit
a9504af512
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user