Changes in directory llvm/tools/opt:

Makefile updated: 1.53 -> 1.54
---
Log message:

reorder some libraries


---
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.53 llvm/tools/opt/Makefile:1.54
--- llvm/tools/opt/Makefile:1.53        Thu Oct 27 10:54:34 2005
+++ llvm/tools/opt/Makefile     Tue Feb 21 18:59:06 2006
@@ -11,7 +11,7 @@
 
 USEDLIBS = LLVMBCReader LLVMBCWriter LLVMInstrumentation.a \
           LLVMScalarOpts.a LLVMipo.a LLVMipa.a LLVMDataStructure 
LLVMTransforms.a \
-          LLVMTarget.a LLVMAnalysis.a LLVMTransformUtils.a LLVMCore 
LLVMSupport.a \
+          LLVMTarget.a LLVMTransformUtils.a LLVMAnalysis.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