[llvm] r202857 - Remove out-of-date comment in llvm/tools/CMakeLists.txt.

NAKAMURA Takumi geek4civic at gmail.com
Tue Mar 4 08:13:21 PST 2014


Author: chapuni
Date: Tue Mar  4 10:13:21 2014
New Revision: 202857

URL: http://llvm.org/viewvc/llvm-project?rev=202857&view=rev
Log:
Remove out-of-date comment in llvm/tools/CMakeLists.txt.

Modified:
    llvm/trunk/tools/CMakeLists.txt

Modified: llvm/trunk/tools/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/CMakeLists.txt?rev=202857&r1=202856&r2=202857&view=diff
==============================================================================
--- llvm/trunk/tools/CMakeLists.txt (original)
+++ llvm/trunk/tools/CMakeLists.txt Tue Mar  4 10:13:21 2014
@@ -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)





More information about the llvm-commits mailing list