Skip to content
Snippets Groups Projects
Commit d1223d86 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

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
parent f6cf1c28
No related branches found
No related tags found
No related merge requests found
...@@ -13,9 +13,6 @@ TOOLNAME = c-index-test ...@@ -13,9 +13,6 @@ TOOLNAME = c-index-test
# No plugins, optimize startup time. # No plugins, optimize startup time.
TOOL_NO_EXPORTS = 1 TOOL_NO_EXPORTS = 1
# Don't install this. It is used for tests.
NO_INSTALL = 1
LINK_COMPONENTS := support mc LINK_COMPONENTS := support mc
USEDLIBS = clang.a clangIndex.a clangFrontend.a clangDriver.a \ USEDLIBS = clang.a clangIndex.a clangFrontend.a clangDriver.a \
clangSerialization.a clangParse.a clangSema.a \ clangSerialization.a clangParse.a clangSema.a \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment