summaryrefslogtreecommitdiff
path: root/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorJan Korous <jkorous@apple.com>2019-07-12 19:54:36 +0000
committerJan Korous <jkorous@apple.com>2019-07-12 19:54:36 +0000
commitde63fff9046d6771c5093d36f2e83ec4e9721153 (patch)
tree25be875804c4763e53882e44245d064aa4996676 /lib/CMakeLists.txt
parentaafc4dca1f2e4496e8baca651480a80e46f0ff61 (diff)
downloadclang-de63fff9046d6771c5093d36f2e83ec4e9721153.tar.gz
Revert "Reland [clang] DirectoryWatcher"
This reverts commit fdcb7f47e783933e0af8a5fae91132269a208268. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365948 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CMakeLists.txt')
-rw-r--r--lib/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index 0c03f5972b..b3fa93555b 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -18,7 +18,6 @@ add_subdirectory(Serialization)
add_subdirectory(Frontend)
add_subdirectory(FrontendTool)
add_subdirectory(Tooling)
-add_subdirectory(DirectoryWatcher)
add_subdirectory(Index)
if(CLANG_ENABLE_STATIC_ANALYZER)
add_subdirectory(StaticAnalyzer)