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 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits