[PR9321] "make install" does not need install c-index-test. It is used for testing.

llvm-svn: 126634
This commit is contained in:
NAKAMURA Takumi 2011-02-28 05:21:34 +00:00
parent f7c666c38a
commit 8fbf64f420
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ 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 clangAnalysis.a \