Index: llvm/CMakeLists.txt =================================================================== --- llvm/CMakeLists.txt +++ llvm/CMakeLists.txt @@ -1140,6 +1140,7 @@ add_subdirectory(utils/not) add_subdirectory(utils/UnicodeData) add_subdirectory(utils/yaml-bench) + add_subdirectory(utils/split-file) else() if ( LLVM_INCLUDE_TESTS ) message(FATAL_ERROR "Including tests when not building utils will not work.