mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Actually link all the analysis passes and their dependencies.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17114 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0bade7e5e7
commit
f405d107d8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user