Install c-index-test as part of install-clang-c Makefile rule.

llvm-svn: 140681
This commit is contained in:
Ted Kremenek 2011-09-28 04:39:41 +00:00
parent 8747e3e7ea
commit 7f01c7b5f1
1 changed files with 0 additions and 3 deletions

View File

@ -13,9 +13,6 @@ TOOLNAME = c-index-test
# No plugins, optimize startup time.
TOOL_NO_EXPORTS = 1
# Don't install this. It is used for tests.
NO_INSTALL = 1
LINK_COMPONENTS := support mc
USEDLIBS = clang.a clangIndex.a clangFrontend.a clangDriver.a \
clangSerialization.a clangParse.a clangSema.a \