summaryrefslogtreecommitdiff
path: root/tools/CMakeLists.txt
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-03-04 16:13:21 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-03-04 16:13:21 +0000
commit8954b14dcb672bd7a77c75d068af010fdd93442d (patch)
tree2354cbd0d0f81dada847c4c02378e74537c2eac5 /tools/CMakeLists.txt
parente06bec47d646adb36c0bc552e8a0ed86d901d012 (diff)
downloadllvm-8954b14dcb672bd7a77c75d068af010fdd93442d.tar.gz
llvm-8954b14dcb672bd7a77c75d068af010fdd93442d.tar.bz2
llvm-8954b14dcb672bd7a77c75d068af010fdd93442d.tar.xz
Remove out-of-date comment in llvm/tools/CMakeLists.txt.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202857 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/CMakeLists.txt')
-rw-r--r--tools/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
index 5f006594c5..6223d1cadc 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
@@ -1,7 +1,3 @@
-# NOTE: The tools are organized into groups of four consisting of one large and
-# three small executables. This is done to minimize memory load in parallel
-# builds. Please retain this ordering.
-
add_llvm_tool_subdirectory(llvm-config)
add_llvm_tool_subdirectory(opt)