From 885e3cb7f3465ad6db3bcb0c43f208208befeba1 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 4 Sep 2006 06:04:03 +0000 Subject: Use llvm-config to determine what to link in git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30092 91177308-0d34-0410-b5e6-96231b3b80d8 --- examples/ParallelJIT/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/ParallelJIT') diff --git a/examples/ParallelJIT/Makefile b/examples/ParallelJIT/Makefile index cb014a0082..f183da246e 100644 --- a/examples/ParallelJIT/Makefile +++ b/examples/ParallelJIT/Makefile @@ -10,8 +10,7 @@ LEVEL = ../.. TOOLNAME = ParallelJIT EXAMPLE_TOOL = 1 -# Enable JIT support -LLVMLIBS := JIT +LINK_COMPONENTS := jit interpreter native include $(LEVEL)/Makefile.common -- cgit v1.2.3