Commit c9948e92 authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

[clang-repl] Install clang-repl

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

Differential revision: https://reviews.llvm.org/D108919
parent 524ded7d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ set( LLVM_LINK_COMPONENTS
  Support
  )

add_clang_executable(clang-repl
add_clang_tool(clang-repl
  ClangRepl.cpp
  )