Changes in directory llvm/tools/opt:

Makefile updated: 1.49.4.1 -> 1.49.4.2
---
Log message:

Merged mainline into Vector LLVM branch


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

 Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/tools/opt/Makefile
diff -u llvm/tools/opt/Makefile:1.49.4.1 llvm/tools/opt/Makefile:1.49.4.2
--- llvm/tools/opt/Makefile:1.49.4.1    Tue Oct 18 14:21:59 2005
+++ llvm/tools/opt/Makefile     Wed Nov 16 12:33:41 2005
@@ -9,9 +9,9 @@
 LEVEL = ../..
 TOOLNAME = opt
 
-USEDLIBS = LLVMBCReader LLVMBCWriter LLVMInstrumentation LLVMProfilePaths \
-          LLVMScalarOpts LLVMVectorOpts LLVMipo LLVMipa LLVMDataStructure 
LLVMTransforms \
-          LLVMTarget.a LLVMAnalysis LLVMTransformUtils LLVMCore LLVMSupport.a \
+USEDLIBS = LLVMBCReader LLVMBCWriter LLVMInstrumentation.a \
+          LLVMScalarOpts.a LLVMVectorOpts.a LLVMipo.a LLVMipa.a 
LLVMDataStructure LLVMTransforms.a \
+          LLVMTarget.a LLVMAnalysis.a LLVMTransformUtils.a LLVMCore 
LLVMSupport.a \
           LLVMbzip2 LLVMSystem.a 
 
 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