[clang] da58ca5 - [clang-repl] Build and install clang-repl by default.

Vassil Vassilev via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 27 07:10:02 PDT 2021


Author: Vassil Vassilev
Date: 2021-07-27T14:09:44Z
New Revision: da58ca51f0cf4b415bbfc299ac7cef0666243c6c

URL: https://github.com/llvm/llvm-project/commit/da58ca51f0cf4b415bbfc299ac7cef0666243c6c
DIFF: https://github.com/llvm/llvm-project/commit/da58ca51f0cf4b415bbfc299ac7cef0666243c6c.diff

LOG: [clang-repl] Build and install clang-repl by default.

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.

Differential revision: https://reviews.llvm.org/D106813

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/clang/tools/clang-repl/CMakeLists.txt b/clang/tools/clang-repl/CMakeLists.txt
index 106af3f1939b1..a9dcd1f6a66bb 100644
--- a/clang/tools/clang-repl/CMakeLists.txt
+++ b/clang/tools/clang-repl/CMakeLists.txt
@@ -7,7 +7,6 @@ set( LLVM_LINK_COMPONENTS
   )
 
 add_clang_executable(clang-repl
-  EXCLUDE_FROM_ALL
   ClangRepl.cpp
   )
 


        


More information about the cfe-commits mailing list