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

llvm-svn: 202857
This commit is contained in:
NAKAMURA Takumi 2014-03-04 16:13:21 +00:00
parent 7ff8ae8967
commit c886295343
1 changed files with 0 additions and 4 deletions

View File

@ -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)