1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Use llvm-config instead of magic JIT thing to link in libs

llvm-svn: 30091
This commit is contained in:
Chris Lattner 2006-09-04 06:01:43 +00:00
parent 2da81d7d76
commit 01ecaf7d2d

View File

@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL := ../..
TOOLNAME := lli
LLVMLIBS := JIT
LINK_COMPONENTS := jit interpreter native bcreader
REQUIRES_EH := 1
# Enable JIT support