diff --git a/clang/tools/clang-import-test/CMakeLists.txt b/clang/tools/clang-import-test/CMakeLists.txt index 39a5c41c1512d3..4ccc2d752aac46 100644 --- a/clang/tools/clang-import-test/CMakeLists.txt +++ b/clang/tools/clang-import-test/CMakeLists.txt @@ -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}