mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-03 05:32:24 +00:00
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:
parent
0fad648b65
commit
2ace69339f
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user