mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-19 02:56:49 +00:00
[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: https://github.com/llvm/llvm-project/pull/115085
This commit is contained in:
parent
e7bad34475
commit
a036d18f1a
@ -690,6 +690,7 @@ macro(add_custom_libcxx name prefix)
|
||||
-DCMAKE_CXX_FLAGS=${LIBCXX_CXX_FLAGS}
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
|
||||
-DCMAKE_INSTALL_MESSAGE=LAZY
|
||||
-DCMAKE_TRY_COMPILE_TARGET_TYPE=STATIC_LIBRARY
|
||||
-DLLVM_ENABLE_RUNTIMES=libcxx|libcxxabi
|
||||
-DLIBCXXABI_USE_LLVM_UNWINDER=OFF
|
||||
|
Loading…
x
Reference in New Issue
Block a user