Changes in directory llvm/examples/ParallelJIT:

Makefile updated: 1.3 -> 1.4
---
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/ParallelJIT/Makefile
diff -u llvm/examples/ParallelJIT/Makefile:1.3 
llvm/examples/ParallelJIT/Makefile:1.4
--- llvm/examples/ParallelJIT/Makefile:1.3      Wed Aug 24 05:07:21 2005
+++ llvm/examples/ParallelJIT/Makefile  Mon Sep  4 01:04:03 2006
@@ -10,8 +10,7 @@
 TOOLNAME = ParallelJIT
 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

Reply via email to