[llvm-commits] CVS: llvm/tools/opt/Makefile

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 23 19:31:17 PDT 2005



Changes in directory llvm/tools/opt:

Makefile updated: 1.50 -> 1.51
---
Log message:

Remove a now-unneeded library


---
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.50 llvm/tools/opt/Makefile:1.51
--- llvm/tools/opt/Makefile:1.50	Sun Oct 23 19:12:20 2005
+++ llvm/tools/opt/Makefile	Sun Oct 23 21:31:05 2005
@@ -9,7 +9,7 @@
 LEVEL = ../..
 TOOLNAME = opt
 
-USEDLIBS = LLVMBCReader LLVMBCWriter LLVMInstrumentation.a LLVMProfilePaths \
+USEDLIBS = LLVMBCReader LLVMBCWriter LLVMInstrumentation.a \
 	   LLVMScalarOpts.a LLVMipo.a LLVMipa.a LLVMDataStructure LLVMTransforms.a \
 	   LLVMTarget.a LLVMAnalysis.a LLVMTransformUtils.a LLVMCore LLVMSupport.a \
 	   LLVMbzip2 LLVMSystem.a 






More information about the llvm-commits mailing list