[clang-repl] Install clang-repl

This is essentially what D106813 was supposed to do but did not.

Differential revision: https://reviews.llvm.org/D108919
This commit is contained in:
Vassil Vassilev 2021-08-31 15:19:17 +00:00
parent 524ded7d01
commit c9948e9254

View File

@ -7,7 +7,7 @@ set( LLVM_LINK_COMPONENTS
Support
)
add_clang_executable(clang-repl
add_clang_tool(clang-repl
ClangRepl.cpp
)