Don't install clang-import-test

I have been trying to reduce the installed size of our CHERI toolchain and
noticed that this tool was being installed even with -DLLVM_INSTALL_TOOLCHAIN_ONLY=ON.
This appears to be a test binary that should not be installed.

Reviewed By: v.g.vassilev
Differential Revision: https://reviews.llvm.org/D82169
This commit is contained in:
Alex Richardson 2020-06-23 17:31:47 +01:00
parent 0fad648b65
commit 2ace69339f

View File

@ -7,7 +7,7 @@ if(NOT CLANG_BUILT_STANDALONE)
set(tablegen_deps intrinsics_gen)
endif()
add_clang_tool(clang-import-test
add_clang_executable(clang-import-test
clang-import-test.cpp
DEPENDS
${tablegen_deps}