Actually link all the analysis passes and their dependencies.

llvm-svn: 17114
This commit is contained in:
Reid Spencer 2004-10-18 03:32:12 +00:00
parent e5068ed336
commit 1be07bb526
1 changed files with 4 additions and 3 deletions

View File

@ -17,6 +17,7 @@ analyze_SOURCES = \
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)