[PATCH] D39266: [clang-refactor] Use add_clang_tool CMake template

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 24 18:11:49 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL316540: [clang-refactor] Use add_clang_tool CMake template (authored by phosek).

Changed prior to commit:
  https://reviews.llvm.org/D39266?vs=120155&id=120164#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D39266

Files:
  cfe/trunk/tools/clang-refactor/CMakeLists.txt


Index: cfe/trunk/tools/clang-refactor/CMakeLists.txt
===================================================================
--- cfe/trunk/tools/clang-refactor/CMakeLists.txt
+++ cfe/trunk/tools/clang-refactor/CMakeLists.txt
@@ -3,7 +3,7 @@
   Support
   )
 
-add_clang_executable(clang-refactor
+add_clang_tool(clang-refactor
   ClangRefactor.cpp
   TestSupport.cpp
   )


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39266.120164.patch
Type: text/x-patch
Size: 368 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171025/d1dd627e/attachment.bin>


More information about the cfe-commits mailing list