[PATCH] D43371: [clang-include-fixer] Use add_clang_tool instead of add_clang_executable
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 16 12:28:52 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rCTE325381: [clang-include-fixer] Use add_clang_tool instead add_clang_executable (authored by phosek, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D43371?vs=134559&id=134691#toc
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D43371
Files:
include-fixer/tool/CMakeLists.txt
Index: include-fixer/tool/CMakeLists.txt
===================================================================
--- include-fixer/tool/CMakeLists.txt
+++ include-fixer/tool/CMakeLists.txt
@@ -1,6 +1,6 @@
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/..)
-add_clang_executable(clang-include-fixer
+add_clang_tool(clang-include-fixer
ClangIncludeFixer.cpp
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43371.134691.patch
Type: text/x-patch
Size: 366 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180216/333d05b9/attachment.bin>
More information about the cfe-commits
mailing list