projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bade7e
)
Actually link all the analysis passes and their dependencies.
author
Reid Spencer
<rspencer@reidspencer.com>
Mon, 18 Oct 2004 03:32:12 +0000
(
03:32
+0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Mon, 18 Oct 2004 03:32:12 +0000
(
03:32
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17114
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/analyze/Makefile.am
patch
|
blob
|
history
diff --git
a/tools/analyze/Makefile.am
b/tools/analyze/Makefile.am
index b54c7b3cf786e95d5cbea96ded569f8811e0fe55..5598a155c4019874f523caed0f83320e057d770f 100644
(file)
--- a/
tools/analyze/Makefile.am
+++ b/
tools/analyze/Makefile.am
@@
-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)