[PATCH] D106813: [clang-repl] Build and install clang-repl by default

Vassil Vassilev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 26 11:18:55 PDT 2021


v.g.vassilev created this revision.
v.g.vassilev added reviewers: teemperor, rsmith, lhames, hfinkel, sgraenitz.
Herald added a subscriber: mgorny.
v.g.vassilev requested review of this revision.

We have the basic infrastructure in place. We can recover from simple errors (recovering from errors in template instantiations is not yet supported). It looks like we are in a reasonably functional state for llvm13.


Repository:
  rC Clang

https://reviews.llvm.org/D106813

Files:
  clang/tools/clang-repl/CMakeLists.txt


Index: clang/tools/clang-repl/CMakeLists.txt
===================================================================
--- clang/tools/clang-repl/CMakeLists.txt
+++ clang/tools/clang-repl/CMakeLists.txt
@@ -7,7 +7,6 @@
   )
 
 add_clang_executable(clang-repl
-  EXCLUDE_FROM_ALL
   ClangRepl.cpp
   )
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106813.361733.patch
Type: text/x-patch
Size: 297 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210726/2fc61685/attachment.bin>


More information about the cfe-commits mailing list