[llvm-commits] [vector_llvm] CVS: llvm/tools/opt/Makefile
Robert Bocchino
bocchino at cs.uiuc.edu
Tue Oct 18 12:22:22 PDT 2005
Changes in directory llvm/tools/opt:
Makefile updated: 1.49 -> 1.49.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/opt/Makefile
diff -u llvm/tools/opt/Makefile:1.49 llvm/tools/opt/Makefile:1.49.4.1
--- llvm/tools/opt/Makefile:1.49 Fri Apr 22 12:14:14 2005
+++ llvm/tools/opt/Makefile Tue Oct 18 14:21:59 2005
@@ -10,7 +10,7 @@
TOOLNAME = opt
USEDLIBS = LLVMBCReader LLVMBCWriter LLVMInstrumentation LLVMProfilePaths \
- LLVMScalarOpts LLVMipo LLVMipa LLVMDataStructure LLVMTransforms \
+ LLVMScalarOpts LLVMVectorOpts LLVMipo LLVMipa LLVMDataStructure LLVMTransforms \
LLVMTarget.a LLVMAnalysis LLVMTransformUtils LLVMCore LLVMSupport.a \
LLVMbzip2 LLVMSystem.a
More information about the llvm-commits
mailing list