[llvm-commits] CVS: llvm/examples/ParallelJIT/Makefile

Chris Lattner lattner at cs.uiuc.edu
Sun Sep 3 23:04:22 PDT 2006



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
 






More information about the llvm-commits mailing list