These are all long-running commands that should be in the ninja console job pool.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@274056
91177308-0d34-0410-b5e6-
96231b3b80d8
DEPENDS compiler-rt
COMMAND "${CMAKE_COMMAND}"
-DCMAKE_INSTALL_COMPONENT=compiler-rt
- -P "${CMAKE_BINARY_DIR}/cmake_install.cmake")
+ -P "${CMAKE_BINARY_DIR}/cmake_install.cmake"
+ USES_TERMINAL)
# Add top-level targets that build specific compiler-rt runtimes.
set(COMPILER_RT_RUNTIMES asan builtins dfsan lsan msan profile tsan ubsan)
COMMAND ${build_runtime_cmd}
DEPENDS compiler-rt-configure
WORKING_DIRECTORY ${BINARY_DIR}
- VERBATIM)
+ VERBATIM USES_TERMINAL)
endforeach()
if(LLVM_INCLUDE_TESTS)