From 6ddbcdf9287564a895ee11b1a0270daf6358fbb2 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 20 Sep 2011 00:13:13 +0000 Subject: Remove llvmc from CMake as well. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140109 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/CMakeLists.txt') diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 531b871512..c1816c6bd5 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -46,7 +46,6 @@ add_subdirectory(bugpoint-passes) add_subdirectory(llvm-bcanalyzer) add_subdirectory(llvm-stub) add_subdirectory(edis) -add_subdirectory(llvmc) if( NOT WIN32 ) add_subdirectory(lto) -- cgit v1.2.3