summaryrefslogtreecommitdiff
path: root/unittests/Frontend/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Frontend/Makefile')
-rw-r--r--unittests/Frontend/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Frontend/Makefile b/unittests/Frontend/Makefile
index 4b6f8753e9..f61791bcc0 100644
--- a/unittests/Frontend/Makefile
+++ b/unittests/Frontend/Makefile
@@ -10,7 +10,7 @@
CLANG_LEVEL = ../..
TESTNAME = Frontend
include $(CLANG_LEVEL)/../../Makefile.config
-LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser support mc
+LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc
USEDLIBS = clangFrontendTool.a clangFrontend.a clangDriver.a \
clangSerialization.a clangCodeGen.a clangParse.a clangSema.a \
clangStaticAnalyzerCheckers.a clangStaticAnalyzerCore.a \