mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
Use llvm-config instead of magic JIT thing to link in libs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30091 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
aea932d27f
commit
a563208898
@ -8,7 +8,7 @@
|
|||||||
##===----------------------------------------------------------------------===##
|
##===----------------------------------------------------------------------===##
|
||||||
LEVEL := ../..
|
LEVEL := ../..
|
||||||
TOOLNAME := lli
|
TOOLNAME := lli
|
||||||
LLVMLIBS := JIT
|
LINK_COMPONENTS := jit interpreter native bcreader
|
||||||
REQUIRES_EH := 1
|
REQUIRES_EH := 1
|
||||||
|
|
||||||
# Enable JIT support
|
# Enable JIT support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user