summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>2015-02-20 14:28:10 +0000
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>2015-02-20 14:28:10 +0000
commit2e97d7f2dc2a5265f9387110756f311a74121db2 (patch)
tree6e55327cc42736e1f04941f17e9b4dd3c218d3e5 /CMakeLists.txt
parentae7b006909f8748226f66f7d521ce32a711f7e26 (diff)
Deleted module-map-checker, as it's been folded into modularize.
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@230014 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0c3a1e17..852fde07 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,6 @@ add_subdirectory(clang-apply-replacements)
add_subdirectory(clang-modernize)
add_subdirectory(clang-rename)
add_subdirectory(modularize)
-add_subdirectory(module-map-checker)
add_subdirectory(remove-cstr-calls)
if(CLANG_ENABLE_STATIC_ANALYZER)
add_subdirectory(clang-tidy)