[PATCH] D59974: [clang-doc] Build as clang_tool

Julie Hockett via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 29 09:56:05 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL357274: [clang-doc] Build as clang_tool (authored by juliehockett, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D59974?vs=192759&id=192850#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59974/new/

https://reviews.llvm.org/D59974

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


Index: clang-tools-extra/trunk/clang-doc/tool/CMakeLists.txt
===================================================================
--- clang-tools-extra/trunk/clang-doc/tool/CMakeLists.txt
+++ clang-tools-extra/trunk/clang-doc/tool/CMakeLists.txt
@@ -1,6 +1,6 @@
 include_directories(${CMAKE_CURRENT_SOURCE_DIR}/..)
 
-add_clang_executable(clang-doc
+add_clang_tool(clang-doc
   ClangDocMain.cpp
   )
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59974.192850.patch
Type: text/x-patch
Size: 401 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190329/beff18ba/attachment.bin>


More information about the cfe-commits mailing list