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/HowToUseJIT/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/HowToUseJIT') diff --git a/examples/HowToUseJIT/Makefile b/examples/HowToUseJIT/Makefile index 67fdd86111..fbacc2d5ca 100644 --- a/examples/HowToUseJIT/Makefile +++ b/examples/HowToUseJIT/Makefile @@ -10,7 +10,6 @@ LEVEL = ../.. TOOLNAME = HowToUseJIT EXAMPLE_TOOL = 1 -# Enable JIT support -LLVMLIBS := JIT +LINK_COMPONENTS := jit interpreter native include $(LEVEL)/Makefile.common -- cgit v1.2.3