Skip to content

Commit 635b787

Browse files
vgvassilevtstellar
authored andcommitted
[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 c9948e9)
1 parent 1f27fe6 commit 635b787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/tools/clang-repl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set( LLVM_LINK_COMPONENTS
77
Support
88
)
99

10-
add_clang_executable(clang-repl
10+
add_clang_tool(clang-repl
1111
ClangRepl.cpp
1212
)
1313

0 commit comments

Comments
 (0)