mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 08:06:06 +00:00
[CMake] Adding USES_TERMINAL to a few additional custom targets
These are all long-running commands that should be in the ninja console job pool. llvm-svn: 274056
This commit is contained in:
parent
b1556c42ce
commit
91c66275e9
@ -102,7 +102,8 @@ if(LLVM_BUILD_EXTERNAL_COMPILER_RT AND EXISTS ${COMPILER_RT_SRC_ROOT}/)
|
|||||||
DEPENDS compiler-rt
|
DEPENDS compiler-rt
|
||||||
COMMAND "${CMAKE_COMMAND}"
|
COMMAND "${CMAKE_COMMAND}"
|
||||||
-DCMAKE_INSTALL_COMPONENT=compiler-rt
|
-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.
|
# Add top-level targets that build specific compiler-rt runtimes.
|
||||||
set(COMPILER_RT_RUNTIMES asan builtins dfsan lsan msan profile tsan ubsan)
|
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}/)
|
|||||||
COMMAND ${build_runtime_cmd}
|
COMMAND ${build_runtime_cmd}
|
||||||
DEPENDS compiler-rt-configure
|
DEPENDS compiler-rt-configure
|
||||||
WORKING_DIRECTORY ${BINARY_DIR}
|
WORKING_DIRECTORY ${BINARY_DIR}
|
||||||
VERBATIM)
|
VERBATIM USES_TERMINAL)
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
if(LLVM_INCLUDE_TESTS)
|
if(LLVM_INCLUDE_TESTS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user