Fixes Makefile for Format unit tests.

llvm-svn: 169554
This commit is contained in:
Fariborz Jahanian 2012-12-06 22:29:01 +00:00
parent e84b13f039
commit 19cd502a1d
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ TESTNAME = Format
include $(CLANG_LEVEL)/../../Makefile.config
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser support mc
USEDLIBS = clangFormat.a clangTooling.a clangFrontend.a clangSerialization.a \
clangDriver.a clangParse.a clangRewriteCore.a
clangDriver.a clangParse.a clangRewriteCore.a \
clangRewriteFrontend.a clangSema.a clangAnalysis.a clangEdit.a \
clangAST.a clangASTMatchers.a clangLex.a clangBasic.a

View File

@ -14,7 +14,7 @@ ifndef CLANG_LEVEL
IS_UNITTEST_LEVEL := 1
CLANG_LEVEL := ..
PARALLEL_DIRS = ASTMatchers Basic AST Frontend Lex Tooling
PARALLEL_DIRS = ASTMatchers Basic AST Frontend Lex Tooling Format
endif # CLANG_LEVEL