diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 5f006594c52..6223d1cadc3 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)