From a5632088982b6c5443c376a3ef57f9f32c0ee52e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 4 Sep 2006 06:01:43 +0000 Subject: 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 --- tools/lli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/lli/Makefile') diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 8952b12f98..406a74a11a 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 -- cgit v1.2.3