diff options
Diffstat (limited to 'tools/diagtool/Makefile')
-rw-r--r-- | tools/diagtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/diagtool/Makefile b/tools/diagtool/Makefile index b629712e77..94f9c7663a 100644 --- a/tools/diagtool/Makefile +++ b/tools/diagtool/Makefile @@ -17,7 +17,7 @@ TOOL_NO_EXPORTS := 1 NO_INSTALL = 1 include $(CLANG_LEVEL)/../../Makefile.config -LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser support mc +LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc USEDLIBS = clangFrontend.a clangDriver.a clangSerialization.a clangParse.a \ clangSema.a clangAnalysis.a clangEdit.a clangAST.a clangLex.a \ clangBasic.a |