Skip to content

Commit a036d18

Browse files
authored
[compiler-rt] Reduce build output for tests
Use CMAKE_INSTALL_MESSAGE=LAZY to only print the local libc++(abi) installation messages for changed files instead of all files. Pull Request: #115085
1 parent e7bad34 commit a036d18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/cmake/Modules/AddCompilerRT.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,7 @@ macro(add_custom_libcxx name prefix)
690690
-DCMAKE_CXX_FLAGS=${LIBCXX_CXX_FLAGS}
691691
-DCMAKE_BUILD_TYPE=Release
692692
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
693+
-DCMAKE_INSTALL_MESSAGE=LAZY
693694
-DCMAKE_TRY_COMPILE_TARGET_TYPE=STATIC_LIBRARY
694695
-DLLVM_ENABLE_RUNTIMES=libcxx|libcxxabi
695696
-DLIBCXXABI_USE_LLVM_UNWINDER=OFF

0 commit comments

Comments
 (0)