Use llvm-config instead of magic JIT thing to link in libs
authorChris Lattner <sabre@nondot.org>
Mon, 4 Sep 2006 06:01:43 +0000 (06:01 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 4 Sep 2006 06:01:43 +0000 (06:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30091 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lli/Makefile

index 8952b12f9859b3d2e095b880b56d574ac2b6b0bf..406a74a11a7e3ce4b03bf57b94851f682e938fd0 100644 (file)
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 LEVEL    := ../..
 TOOLNAME := lli
-LLVMLIBS := JIT
+LINK_COMPONENTS := jit interpreter native bcreader
 REQUIRES_EH := 1
 
 # Enable JIT support