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 )
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 )
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits