summaryrefslogtreecommitdiff
path: root/tools/CMakeLists.txt
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-09-20 00:13:13 +0000
committerEric Christopher <echristo@apple.com>2011-09-20 00:13:13 +0000
commit6ddbcdf9287564a895ee11b1a0270daf6358fbb2 (patch)
tree1c0ed7388ef19c004ad6caf7d4fcc30a9544613c /tools/CMakeLists.txt
parentabb8aacef279a468c4ee9e111a5a95064f3de4ff (diff)
downloadllvm-6ddbcdf9287564a895ee11b1a0270daf6358fbb2.tar.gz
llvm-6ddbcdf9287564a895ee11b1a0270daf6358fbb2.tar.bz2
llvm-6ddbcdf9287564a895ee11b1a0270daf6358fbb2.tar.xz
Remove llvmc from CMake as well.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140109 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/CMakeLists.txt')
-rw-r--r--tools/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
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)