diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-20 13:30:05 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-20 13:30:05 +0000 |
commit | 02db365820a5ee4b9a6d41c3793d0e4e8366fea7 (patch) | |
tree | 36ac5f61c6e10bcc2d7bb9e1deb9e03c5254a6a7 | |
parent | c939453846395abc860cdb0239784daf4df4fb54 (diff) |
c-index-test/Makefile: Reformat.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170692 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | tools/c-index-test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/c-index-test/Makefile b/tools/c-index-test/Makefile index b81678bf6e..71efe343e2 100644 --- a/tools/c-index-test/Makefile +++ b/tools/c-index-test/Makefile @@ -23,7 +23,8 @@ TOOL_NO_EXPORTS = 1 include $(CLANG_LEVEL)/../../Makefile.config LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser support mc -USEDLIBS = clang.a clangFrontend.a clangDriver.a \ +USEDLIBS = clang.a \ + clangFrontend.a clangDriver.a \ clangTooling.a \ clangSerialization.a clangParse.a clangSema.a \ clangAnalysis.a clangEdit.a clangAST.a clangLex.a \ |