mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 23:32:58 +00:00
Use LLVMLIBS=JIT to get JIT libraries
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18333 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7c787c9355
commit
8f631784f7
@ -12,6 +12,6 @@ TOOLNAME = Fibonacci
|
||||
EXAMPLE_TOOL = 1
|
||||
|
||||
# Enable JIT support
|
||||
include $(LEVEL)/tools/Makefile.JIT
|
||||
LLVMLIBS := JIT
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
@ -11,6 +11,6 @@ TOOLNAME = HowToUseJIT
|
||||
EXAMPLE_TOOL = 1
|
||||
|
||||
# Enable JIT support
|
||||
include $(LEVEL)/tools/Makefile.JIT
|
||||
LLVMLIBS := JIT
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
@ -6,15 +6,9 @@
|
||||
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||
#
|
||||
##===----------------------------------------------------------------------===##
|
||||
LEVEL = ../..
|
||||
TOOLNAME = lli
|
||||
LEVEL := ../..
|
||||
TOOLNAME := lli
|
||||
LLVMLIBS := JIT
|
||||
|
||||
# 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
|
||||
|
@ -12,12 +12,6 @@ TOOLNAME = llvm-db
|
||||
USEDLIBS = LLVMDebugger
|
||||
|
||||
# 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)
|
||||
LLVMLIBS = JIT
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user