Fix the order of the link arguments for this tool. I think there is

something fishy with the rest of the order too, but this at least lets
it build for me.

llvm-svn: 161550
This commit is contained in:
Chandler Carruth 2012-08-09 00:12:21 +00:00
parent ac83232974
commit 6d8bf5bcd2
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ TOOL_NO_EXPORTS = 1
include $(CLANG_LEVEL)/../../Makefile.config
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser support mc
USEDLIBS = clangEdit.a clangTooling.a clangFrontend.a clangSerialization.a clangDriver.a \
USEDLIBS = clangTooling.a clangFrontend.a clangSerialization.a clangDriver.a \
clangRewrite.a clangParse.a clangSema.a clangAnalysis.a \
clangAST.a clangASTMatchers.a clangLex.a clangBasic.a
clangAST.a clangASTMatchers.a clangEdit.a clangLex.a clangBasic.a
include $(CLANG_LEVEL)/Makefile