Commit 635b7871 authored by Vassil Vassilev's avatar Vassil Vassilev Committed by Tom Stellard
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

(cherry picked from commit c9948e92)
parent 1f27fe61
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
  )