This revision was automatically updated to reflect the committed changes. Closed by commit rG2ace69339ffe: Don't install clang-import-test (authored by arichardson).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D82169/new/ https://reviews.llvm.org/D82169 Files: clang/tools/clang-import-test/CMakeLists.txt Index: clang/tools/clang-import-test/CMakeLists.txt =================================================================== --- clang/tools/clang-import-test/CMakeLists.txt +++ clang/tools/clang-import-test/CMakeLists.txt @@ -7,7 +7,7 @@ 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}
Index: clang/tools/clang-import-test/CMakeLists.txt =================================================================== --- clang/tools/clang-import-test/CMakeLists.txt +++ clang/tools/clang-import-test/CMakeLists.txt @@ -7,7 +7,7 @@ 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}
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits