File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,8 @@ if(LLVM_BUILD_EXTERNAL_COMPILER_RT AND EXISTS ${COMPILER_RT_SRC_ROOT}/)
102102 DEPENDS compiler-rt
103103 COMMAND "${CMAKE_COMMAND} "
104104 -DCMAKE_INSTALL_COMPONENT=compiler-rt
105- -P "${CMAKE_BINARY_DIR} /cmake_install.cmake" )
105+ -P "${CMAKE_BINARY_DIR} /cmake_install.cmake"
106+ USES_TERMINAL )
106107
107108 # Add top-level targets that build specific compiler-rt runtimes.
108109 set (COMPILER_RT_RUNTIMES asan builtins dfsan lsan msan profile tsan ubsan)
@@ -112,7 +113,7 @@ if(LLVM_BUILD_EXTERNAL_COMPILER_RT AND EXISTS ${COMPILER_RT_SRC_ROOT}/)
112113 COMMAND ${build_runtime_cmd}
113114 DEPENDS compiler-rt-configure
114115 WORKING_DIRECTORY ${BINARY_DIR}
115- VERBATIM )
116+ VERBATIM USES_TERMINAL )
116117 endforeach ()
117118
118119 if (LLVM_INCLUDE_TESTS)
You can’t perform that action at this time.
0 commit comments