summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVassil Vassilev <v.g.vassilev@gmail.com>2021-08-31 15:19:17 +0000
committerTom Stellard <tstellar@redhat.com>2021-09-17 10:11:23 -0700
commit635b7871de937b8f2ea23b5a9ce70a71491dc4ca (patch)
tree48b850b17a658f2416f9b6390decb7178b6a7f73
parent1f27fe6128769f00197925c3b8f6abb9d0e5cd2e (diff)
downloadllvm-635b7871de937b8f2ea23b5a9ce70a71491dc4ca.tar.gz
[clang-repl] Install clang-repl
This is essentially what D106813 was supposed to do but did not. Differential revision: https://reviews.llvm.org/D108919 (cherry picked from commit c9948e9254fbb6ea00f66c7b4542311d21e060be)
-rw-r--r--clang/tools/clang-repl/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/clang-repl/CMakeLists.txt b/clang/tools/clang-repl/CMakeLists.txt
index c2576d7c564d..060c62aa419c 100644
--- a/clang/tools/clang-repl/CMakeLists.txt
+++ b/clang/tools/clang-repl/CMakeLists.txt
@@ -7,7 +7,7 @@ set( LLVM_LINK_COMPONENTS
Support
)
-add_clang_executable(clang-repl
+add_clang_tool(clang-repl
ClangRepl.cpp
)