From 01ecaf7d2d04d6c95e7994706d8f3b6c55e20b56 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 4 Sep 2006 06:01:43 +0000 Subject: [PATCH] Use llvm-config instead of magic JIT thing to link in libs llvm-svn: 30091 --- tools/lli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 8952b12f985..406a74a11a7 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