diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-20 13:30:10 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-20 13:30:10 +0000 |
commit | aee388b93e2b17a1047fe40482238562f47fe365 (patch) | |
tree | 585d0fe9cecfc9a3708ebf9c734ba3491b00eada | |
parent | 02db365820a5ee4b9a6d41c3793d0e4e8366fea7 (diff) |
c-index-test/Makefile: Add clangFormat to USEDLIBS for libclang-unavailable hosts.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170693 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | tools/c-index-test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/c-index-test/Makefile b/tools/c-index-test/Makefile index 71efe343e2..11719545c4 100644 --- a/tools/c-index-test/Makefile +++ b/tools/c-index-test/Makefile @@ -24,6 +24,7 @@ include $(CLANG_LEVEL)/../../Makefile.config LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser support mc USEDLIBS = clang.a \ + clangFormat.a clangRewriteCore.a \ clangFrontend.a clangDriver.a \ clangTooling.a \ clangSerialization.a clangParse.a clangSema.a \ |