From 8f631784f70d8b03cffdc4ffe6a2f0fed0ad4438 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 29 Nov 2004 07:17:18 +0000 Subject: Use LLVMLIBS=JIT to get JIT libraries git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18333 91177308-0d34-0410-b5e6-96231b3b80d8 --- examples/HowToUseJIT/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/HowToUseJIT') diff --git a/examples/HowToUseJIT/Makefile b/examples/HowToUseJIT/Makefile index 0f5e26b..67fdd86 100644 --- a/examples/HowToUseJIT/Makefile +++ b/examples/HowToUseJIT/Makefile @@ -11,6 +11,6 @@ TOOLNAME = HowToUseJIT EXAMPLE_TOOL = 1 # Enable JIT support -include $(LEVEL)/tools/Makefile.JIT +LLVMLIBS := JIT include $(LEVEL)/Makefile.common -- cgit v1.1