aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lli
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-09-04 06:01:43 +0000
committerChris Lattner <sabre@nondot.org>2006-09-04 06:01:43 +0000
commita5632088982b6c5443c376a3ef57f9f32c0ee52e (patch)
tree5ab768536480db92faf980137ab4f075ed586a45 /tools/lli
parentaea932d27fa41bebaa8576b6002637e74054a7c4 (diff)
downloadexternal_llvm-a5632088982b6c5443c376a3ef57f9f32c0ee52e.zip
external_llvm-a5632088982b6c5443c376a3ef57f9f32c0ee52e.tar.gz
external_llvm-a5632088982b6c5443c376a3ef57f9f32c0ee52e.tar.bz2
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
Diffstat (limited to 'tools/lli')
-rw-r--r--tools/lli/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile
index 8952b12..406a74a 100644
--- a/tools/lli/Makefile
+++ b/tools/lli/Makefile
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL := ../..
TOOLNAME := lli
-LLVMLIBS := JIT
+LINK_COMPONENTS := jit interpreter native bcreader
REQUIRES_EH := 1
# Enable JIT support