summaryrefslogtreecommitdiff
path: root/clang-tools-extra/CMakeLists.txt
diff options
context:
space:
mode:
authorJulie Hockett <juliehockett@google.com>2018-03-09 03:47:18 +0000
committerJulie Hockett <juliehockett@google.com>2018-03-09 03:47:18 +0000
commitc8922c16fbe88d70c1a0a9f2c07f0152939756c4 (patch)
treef471360406e00741228d00692ec79f5e32777525 /clang-tools-extra/CMakeLists.txt
parent671812462ae1b24c514e88b0116ac9f3c9cc594b (diff)
downloadllvm-c8922c16fbe88d70c1a0a9f2c07f0152939756c4.tar.gz
Revert "[clang-doc] Setup clang-doc frontend framework"
This reverts commit r327102, since it was breaking the linux-abi-test on x86. llvm-svn: 327103
Diffstat (limited to 'clang-tools-extra/CMakeLists.txt')
-rw-r--r--clang-tools-extra/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang-tools-extra/CMakeLists.txt b/clang-tools-extra/CMakeLists.txt
index c434682cf67c..760340a63379 100644
--- a/clang-tools-extra/CMakeLists.txt
+++ b/clang-tools-extra/CMakeLists.txt
@@ -7,7 +7,6 @@ add_subdirectory(clang-tidy-vs)
endif()
add_subdirectory(change-namespace)
-add_subdirectory(clang-doc)
add_subdirectory(clang-query)
add_subdirectory(clang-move)
add_subdirectory(clangd)