[llvm-commits] [vector_llvm] CVS: llvm/tools/bugpoint/Makefile

Robert Bocchino bocchino at cs.uiuc.edu
Tue Oct 18 12:22:19 PDT 2005



Changes in directory llvm/tools/bugpoint:

Makefile updated: 1.12 -> 1.12.4.1
---
Log message:

Initial commit of Vector LLVM.


---
Diffs of the changes:  (+1 -1)

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/tools/bugpoint/Makefile
diff -u llvm/tools/bugpoint/Makefile:1.12 llvm/tools/bugpoint/Makefile:1.12.4.1
--- llvm/tools/bugpoint/Makefile:1.12	Fri Apr 22 12:14:14 2005
+++ llvm/tools/bugpoint/Makefile	Tue Oct 18 14:21:59 2005
@@ -16,6 +16,6 @@
 USEDLIBS = LLVMipo LLVMScalarOpts LLVMAnalysis $(OPTLIBS) $(ANALIBS) \
 	   LLVMTransformUtils \
 	   LLVMAsmParser LLVMLinker.a LLVMBCReader LLVMBCWriter \
-	   LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
+	   LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a #LLVMVectorOpts
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list