forked from OSchip/llvm-project
In ancient times build targets had to be sorted topologically. Sometimes this behavior can still be observed today.
llvm-svn: 215553
This commit is contained in:
parent
d95c67d425
commit
cc5366c07a
|
|
@ -11,6 +11,6 @@ CLANG_LEVEL := ../../..
|
|||
LIBRARYNAME := clangTidy
|
||||
include $(CLANG_LEVEL)/../../Makefile.config
|
||||
|
||||
DIRS = llvm google misc tool utils
|
||||
DIRS = utils llvm google misc tool
|
||||
|
||||
include $(CLANG_LEVEL)/Makefile
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ TESTNAME = ClangTidy
|
|||
LINK_COMPONENTS := asmparser bitreader support MC MCParser option \
|
||||
TransformUtils
|
||||
USEDLIBS = clangTidy.a clangTidyLLVMModule.a clangTidyGoogleModule.a \
|
||||
clangTidyMiscModule.a clangTidy.a \
|
||||
clangTidyMiscModule.a clangTidy.a clangTidyUtils.a \
|
||||
clangStaticAnalyzerFrontend.a clangStaticAnalyzerCheckers.a \
|
||||
clangStaticAnalyzerCore.a \
|
||||
clangFormat.a clangTooling.a clangFrontend.a clangSerialization.a \
|
||||
|
|
|
|||
Loading…
Reference in New Issue