[compiler-rt] r208632 - [CMake] Log output of configure/build/install steps for instrumented libcxx to reduce noise
Alexey Samsonov
samsonov at google.com
Mon May 12 14:07:28 PDT 2014
Author: samsonov
Date: Mon May 12 16:07:28 2014
New Revision: 208632
URL: http://llvm.org/viewvc/llvm-project?rev=208632&view=rev
Log:
[CMake] Log output of configure/build/install steps for instrumented libcxx to reduce noise
Modified:
compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake
Modified: compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake?rev=208632&r1=208631&r2=208632&view=diff
==============================================================================
--- compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake (original)
+++ compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake Mon May 12 16:07:28 2014
@@ -200,6 +200,9 @@ macro(add_custom_libcxx name prefix)
-DCMAKE_CXX_FLAGS=${LIBCXX_CFLAGS}
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
+ LOG_BUILD 1
+ LOG_CONFIGURE 1
+ LOG_INSTALL 1
)
ExternalProject_Add_Step(${name} force-reconfigure
More information about the llvm-commits
mailing list