[llvm-commits] CVS: llvm/examples/HowToUseJIT/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Sep 3 23:04:22 PDT 2006
Changes in directory llvm/examples/HowToUseJIT:
Makefile updated: 1.8 -> 1.9
---
Log message:
Use llvm-config to determine what to link in
---
Diffs of the changes: (+1 -2)
Makefile | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/examples/HowToUseJIT/Makefile
diff -u llvm/examples/HowToUseJIT/Makefile:1.8 llvm/examples/HowToUseJIT/Makefile:1.9
--- llvm/examples/HowToUseJIT/Makefile:1.8 Mon Nov 29 01:17:19 2004
+++ llvm/examples/HowToUseJIT/Makefile Mon Sep 4 01:04:03 2006
@@ -10,7 +10,6 @@
TOOLNAME = HowToUseJIT
EXAMPLE_TOOL = 1
-# Enable JIT support
-LLVMLIBS := JIT
+LINK_COMPONENTS := jit interpreter native
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list