summaryrefslogtreecommitdiff
path: root/unittests/Lex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Lex/Makefile')
-rw-r--r--unittests/Lex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/unittests/Lex/Makefile b/unittests/Lex/Makefile
index fa233ce25f..071d01c8b5 100644
--- a/unittests/Lex/Makefile
+++ b/unittests/Lex/Makefile
@@ -9,8 +9,8 @@
CLANG_LEVEL = ../..
TESTNAME = Lex
-LINK_COMPONENTS := mcparser support mc
+LINK_COMPONENTS := mcparser support mc bitreader
USEDLIBS = clangParse.a clangSema.a clangAnalysis.a clangEdit.a \
- clangAST.a clangLex.a clangBasic.a
+ clangSerialization.a clangAST.a clangLex.a clangBasic.a
include $(CLANG_LEVEL)/unittests/Makefile