summaryrefslogtreecommitdiffstats
path: root/clang/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-04-13 16:31:46 +0000
committerDouglas Gregor <dgregor@apple.com>2012-04-13 16:31:46 +0000
commit0481c8f20633624cf8cccadca984e00cc2d93b83 (patch)
treea93345cd9d337fc8e91c703cc102b83b1062ec5d /clang/lib/CMakeLists.txt
parentd84bb485824da6c3d5ef2c95f4bdec4ce5b3875e (diff)
Remove the unused, unmaintained, incomplete 'Index' library.
llvm-svn: 154672
Diffstat (limited to 'clang/lib/CMakeLists.txt')
-rw-r--r--clang/lib/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CMakeLists.txt b/clang/lib/CMakeLists.txt
index 7af01ece6b7b..dfb9d61ff539 100644
--- a/clang/lib/CMakeLists.txt
+++ b/clang/lib/CMakeLists.txt
@@ -14,5 +14,4 @@ add_subdirectory(Serialization)
add_subdirectory(Frontend)
add_subdirectory(FrontendTool)
add_subdirectory(Tooling)
-add_subdirectory(Index)
add_subdirectory(StaticAnalyzer)