[PATCH] D45160: [clang-apply-replacements] Make clang-apply-replacements installable

Zinovy Nis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 21 08:05:03 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL330509: [clang-apply-replacements] Make clang-apply-replacements installable (authored by zinovy.nis, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D45160?vs=140616&id=143452#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D45160

Files:
  clang-tools-extra/trunk/clang-apply-replacements/tool/CMakeLists.txt


Index: clang-tools-extra/trunk/clang-apply-replacements/tool/CMakeLists.txt
===================================================================
--- clang-tools-extra/trunk/clang-apply-replacements/tool/CMakeLists.txt
+++ clang-tools-extra/trunk/clang-apply-replacements/tool/CMakeLists.txt
@@ -2,7 +2,7 @@
   Support
   )
 
-add_clang_executable(clang-apply-replacements
+add_clang_tool(clang-apply-replacements
   ClangApplyReplacementsMain.cpp
   )
 target_link_libraries(clang-apply-replacements


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45160.143452.patch
Type: text/x-patch
Size: 499 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180421/45858d1c/attachment.bin>


More information about the llvm-commits mailing list