зеркало из https://github.com/microsoft/clang-1.git
Fixes Makefile for Format unit tests.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169554 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
570514153b
Коммит
c35fac11ec
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче