forked from OSchip/llvm-project
parent
af4495a8c4
commit
bb9932c96a
|
@ -12,6 +12,6 @@ TOOLNAME = Fibonacci
|
||||||
EXAMPLE_TOOL = 1
|
EXAMPLE_TOOL = 1
|
||||||
|
|
||||||
# Enable JIT support
|
# Enable JIT support
|
||||||
include $(LEVEL)/tools/Makefile.JIT
|
LLVMLIBS := JIT
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
|
@ -11,6 +11,6 @@ TOOLNAME = HowToUseJIT
|
||||||
EXAMPLE_TOOL = 1
|
EXAMPLE_TOOL = 1
|
||||||
|
|
||||||
# Enable JIT support
|
# Enable JIT support
|
||||||
include $(LEVEL)/tools/Makefile.JIT
|
LLVMLIBS := JIT
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
|
@ -6,15 +6,9 @@
|
||||||
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||||
#
|
#
|
||||||
##===----------------------------------------------------------------------===##
|
##===----------------------------------------------------------------------===##
|
||||||
LEVEL = ../..
|
LEVEL := ../..
|
||||||
TOOLNAME = lli
|
TOOLNAME := lli
|
||||||
|
LLVMLIBS := JIT
|
||||||
|
|
||||||
# Enable JIT support
|
# Enable JIT support
|
||||||
include ../Makefile.JIT
|
|
||||||
|
|
||||||
# Have gcc tell the linker to export symbols from the program so that
|
|
||||||
# dynamically loaded modules can be linked against them.
|
|
||||||
#
|
|
||||||
TOOLLINKOPTS = $(PLATFORMLIBDL)
|
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
|
@ -12,12 +12,6 @@ TOOLNAME = llvm-db
|
||||||
USEDLIBS = LLVMDebugger
|
USEDLIBS = LLVMDebugger
|
||||||
|
|
||||||
# Enable JIT support
|
# Enable JIT support
|
||||||
include ../Makefile.JIT
|
LLVMLIBS = JIT
|
||||||
|
|
||||||
# Have gcc tell the linker to export symbols from the program so that
|
|
||||||
# dynamically loaded modules can be linked against them.
|
|
||||||
#
|
|
||||||
TOOLLINKOPTS = $(PLATFORMLIBDL)
|
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue