summaryrefslogtreecommitdiff
path: root/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-09-20 00:38:04 +0000
committerEric Christopher <echristo@apple.com>2011-09-20 00:38:04 +0000
commit33fe8eb46c4ef865eca4cbb0b1d9c4381d563f85 (patch)
treef5c3322236fd83449aa6e769a2094b1fa85d1bbf /lib/CMakeLists.txt
parenteae5a13078037e6b6591fd4f414452a7075cecf7 (diff)
downloadllvm-33fe8eb46c4ef865eca4cbb0b1d9c4381d563f85.tar.gz
llvm-33fe8eb46c4ef865eca4cbb0b1d9c4381d563f85.tar.bz2
llvm-33fe8eb46c4ef865eca4cbb0b1d9c4381d563f85.tar.xz
Remove from cmake too.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140122 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 45fa443ea7..d8a9b7365b 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -7,7 +7,6 @@ add_subdirectory(Transforms)
add_subdirectory(Linker)
add_subdirectory(Analysis)
add_subdirectory(MC)
-add_subdirectory(CompilerDriver)
add_subdirectory(Object)
add_subdirectory(DebugInfo)
add_subdirectory(ExecutionEngine)