Skip to content
Snippets Groups Projects
Commit 426fd36d authored by Zhongxing Xu's avatar Zhongxing Xu
Browse files

Fix linking of clang-wpa.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132329 91177308-0d34-0410-b5e6-96231b3b80d8
parent 0683a141
No related branches found
No related tags found
No related merge requests found
...@@ -16,8 +16,11 @@ NO_INSTALL = 1 ...@@ -16,8 +16,11 @@ NO_INSTALL = 1
TOOL_NO_EXPORTS = 1 TOOL_NO_EXPORTS = 1
LINK_COMPONENTS := asmparser bitreader mc core LINK_COMPONENTS := asmparser bitreader mc core
USEDLIBS = clangStaticAnalyzerFrontend.a clangStaticAnalyzerCheckers.a clangStaticAnalyzerCore.a clangIndex.a clangFrontend.a clangDriver.a \ USEDLIBS = clangStaticAnalyzerFrontend.a \
clangSema.a clangAnalysis.a clangSerialization.a \ clangStaticAnalyzerCheckers.a \
clangAST.a clangParse.a clangLex.a clangBasic.a clangStaticAnalyzerCore.a \
clangIndex.a clangFrontend.a clangDriver.a \
clangParse.a clangSema.a clangAnalysis.a clangSerialization.a \
clangAST.a clangLex.a clangBasic.a
include $(CLANG_LEVEL)/Makefile include $(CLANG_LEVEL)/Makefile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment