diff options
author | Ted Kremenek <kremenek@apple.com> | 2011-09-28 04:39:41 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2011-09-28 04:39:41 +0000 |
commit | d1223d8654060259bc2baa8b25a76a72f85c24f2 (patch) | |
tree | c4e91ab77bdb85609a9da0bf9602472e88857235 /tools/c-index-test | |
parent | f6cf1c28fbdeafee3cee95423a6a76be7278867e (diff) |
Install c-index-test as part of install-clang-c Makefile rule.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140681 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/c-index-test')
-rw-r--r-- | tools/c-index-test/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/c-index-test/Makefile b/tools/c-index-test/Makefile index 5e5b8570c8..c21b3279a2 100644 --- a/tools/c-index-test/Makefile +++ b/tools/c-index-test/Makefile @@ -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 \ |