From: Eric Christopher Date: Tue, 20 Sep 2011 00:38:04 +0000 (+0000) Subject: Remove from cmake too. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=33fe8eb46c4ef865eca4cbb0b1d9c4381d563f85;p=oota-llvm.git Remove from cmake too. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140122 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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)