From 33fe8eb46c4ef865eca4cbb0b1d9c4381d563f85 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 20 Sep 2011 00:38:04 +0000 Subject: [PATCH] Remove from cmake too. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140122 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 45fa443ea72..d8a9b7365bf 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)