[llvm-commits] [vector_llvm] CVS: llvm/tools/gccas/Makefile
Robert Bocchino
bocchino at cs.uiuc.edu
Wed Nov 16 10:33:46 PST 2005
Changes in directory llvm/tools/gccas:
Makefile updated: 1.21 -> 1.21.4.1
---
Log message:
Merged mainline into Vector LLVM branch
---
Diffs of the changes: (+2 -2)
Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/tools/gccas/Makefile
diff -u llvm/tools/gccas/Makefile:1.21 llvm/tools/gccas/Makefile:1.21.4.1
--- llvm/tools/gccas/Makefile:1.21 Sun Apr 24 12:43:37 2005
+++ llvm/tools/gccas/Makefile Wed Nov 16 12:33:34 2005
@@ -9,8 +9,8 @@
LEVEL = ../..
TOOLNAME = gccas
-USEDLIBS = LLVMAsmParser LLVMBCWriter LLVMTransforms LLVMipo.a LLVMipa.a \
- LLVMScalarOpts LLVMAnalysis.a LLVMTarget.a LLVMTransformUtils \
+USEDLIBS = LLVMAsmParser LLVMBCWriter LLVMTransforms.a LLVMipo.a LLVMipa.a \
+ LLVMScalarOpts.a LLVMAnalysis.a LLVMTarget.a LLVMTransformUtils.a \
LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list