[llvm-commits] CVS: llvm/tools/opt/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 23 17:12:32 PDT 2005
Changes in directory llvm/tools/opt:
Makefile updated: 1.49 -> 1.50
---
Log message:
Use archive versions of these libraries, using the LinkAllPasses header.
---
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 llvm/tools/opt/Makefile:1.50
--- llvm/tools/opt/Makefile:1.49 Fri Apr 22 12:14:14 2005
+++ llvm/tools/opt/Makefile Sun Oct 23 19:12:20 2005
@@ -9,9 +9,9 @@
LEVEL = ../..
TOOLNAME = opt
-USEDLIBS = LLVMBCReader LLVMBCWriter LLVMInstrumentation LLVMProfilePaths \
- LLVMScalarOpts LLVMipo LLVMipa LLVMDataStructure LLVMTransforms \
- LLVMTarget.a LLVMAnalysis LLVMTransformUtils LLVMCore LLVMSupport.a \
+USEDLIBS = LLVMBCReader LLVMBCWriter LLVMInstrumentation.a LLVMProfilePaths \
+ LLVMScalarOpts.a LLVMipo.a LLVMipa.a LLVMDataStructure LLVMTransforms.a \
+ LLVMTarget.a LLVMAnalysis.a LLVMTransformUtils.a LLVMCore LLVMSupport.a \
LLVMbzip2 LLVMSystem.a
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list