[clang] c9948e9 - [clang-repl] Install clang-repl
    Vassil Vassilev via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue Aug 31 08:20:28 PDT 2021
    
    
  
Author: Vassil Vassilev
Date: 2021-08-31T15:20:15Z
New Revision: c9948e9254fbb6ea00f66c7b4542311d21e060be
URL: https://github.com/llvm/llvm-project/commit/c9948e9254fbb6ea00f66c7b4542311d21e060be
DIFF: https://github.com/llvm/llvm-project/commit/c9948e9254fbb6ea00f66c7b4542311d21e060be.diff
LOG: [clang-repl] Install clang-repl
This is essentially what D106813 was supposed to do but did not.
Differential revision: https://reviews.llvm.org/D108919
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 c2576d7c564d9..060c62aa419c7 100644
--- a/clang/tools/clang-repl/CMakeLists.txt
+++ b/clang/tools/clang-repl/CMakeLists.txt
@@ -7,7 +7,7 @@ set( LLVM_LINK_COMPONENTS
   Support
   )
 
-add_clang_executable(clang-repl
+add_clang_tool(clang-repl
   ClangRepl.cpp
   )
 
        
    
    
More information about the cfe-commits
mailing list