This revision was automatically updated to reflect the committed changes. Closed by commit rGc9948e9254fb: [clang-repl] Install clang-repl (authored by v.g.vassilev). Herald added a project: clang.
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D108919/new/ https://reviews.llvm.org/D108919 Files: clang/tools/clang-repl/CMakeLists.txt Index: clang/tools/clang-repl/CMakeLists.txt =================================================================== --- clang/tools/clang-repl/CMakeLists.txt +++ clang/tools/clang-repl/CMakeLists.txt @@ -7,7 +7,7 @@ Support ) -add_clang_executable(clang-repl +add_clang_tool(clang-repl ClangRepl.cpp )
Index: clang/tools/clang-repl/CMakeLists.txt =================================================================== --- clang/tools/clang-repl/CMakeLists.txt +++ clang/tools/clang-repl/CMakeLists.txt @@ -7,7 +7,7 @@ Support ) -add_clang_executable(clang-repl +add_clang_tool(clang-repl ClangRepl.cpp )
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits