aboutsummaryrefslogtreecommitdiff
path: root/tools/c-index-test
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2011-06-16 05:29:03 +0000
committerJohn McCall <rjmccall@apple.com>2011-06-16 05:29:03 +0000
commit119bf6b42e2231b0d32dce74a0816f942471be44 (patch)
treeab4611fa670e82aa70e839ddc43519d5a06efc05 /tools/c-index-test
parentae446421df3c06ad61b70992fe5b60f898e3013c (diff)
c-index-test also depends on ARCMigrate, oh boy
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133147 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/c-index-test')
-rw-r--r--tools/c-index-test/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/c-index-test/Makefile b/tools/c-index-test/Makefile
index 68064041f4..a5462fa87c 100644
--- a/tools/c-index-test/Makefile
+++ b/tools/c-index-test/Makefile
@@ -18,7 +18,8 @@ NO_INSTALL = 1
LINK_COMPONENTS := support mc
USEDLIBS = clang.a clangIndex.a clangFrontend.a clangDriver.a \
- clangSerialization.a clangParse.a clangSema.a clangAnalysis.a \
- clangAST.a clangLex.a clangBasic.a
+ clangSerialization.a clangParse.a clangSema.a \
+ clangARCMigrate.a clangRewrite.a \
+ clangAnalysis.a clangAST.a clangLex.a clangBasic.a
include $(CLANG_LEVEL)/Makefile