[llvm-commits] CVS: llvm/tools/analyze/Makefile.am
Reid Spencer
reid at x10sys.com
Sun Oct 17 20:32:49 PDT 2004
Changes in directory llvm/tools/analyze:
Makefile.am updated: 1.2 -> 1.3
---
Log message:
Actually link all the analysis passes and their dependencies.
---
Diffs of the changes: (+4 -3)
Index: llvm/tools/analyze/Makefile.am
diff -u llvm/tools/analyze/Makefile.am:1.2 llvm/tools/analyze/Makefile.am:1.3
--- llvm/tools/analyze/Makefile.am:1.2 Wed Oct 13 06:46:51 2004
+++ llvm/tools/analyze/Makefile.am Sun Oct 17 22:32:12 2004
@@ -17,6 +17,7 @@
GraphPrinters.cpp
analyze_LDADD = \
- $(call GETOBJS,AsmParser,BCReader,Core) \
- $(call GETLIBS,Analysis,IPA,DataStructure,ScalarOpts,Transforms,Target) \
- $(call GETLIBS,ScalarOpts,TransformUtils,Support,System)
+ $(call GETOBJS,AsmParser,BCReader,Analysis,IPA,DataStructure,ScalarOpts) \
+ $(call GETLIBS,Transforms,Target,ScalarOpts,TransformUtils) \
+ $(call GETOBJS,Core) \
+ $(call GETLIBS,Support,System)
More information about the llvm-commits
mailing list