summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2014-05-12 21:07:28 +0000
committerAlexey Samsonov <samsonov@google.com>2014-05-12 21:07:28 +0000
commit19de1ba2e4b0d7a3700a0e2d633a4ee63c1ab317 (patch)
tree2c4b8c9396f4f5326edf9464c3f3c514e1de123d
parentc46be112eb402d7ba87c8163cb18a8699f0514b3 (diff)
[CMake] Log output of configure/build/install steps for instrumented libcxx to reduce noise
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@208632 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--cmake/Modules/AddCompilerRT.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/Modules/AddCompilerRT.cmake b/cmake/Modules/AddCompilerRT.cmake
index 5b3b740bb..781e757ce 100644
--- a/cmake/Modules/AddCompilerRT.cmake
+++ b/cmake/Modules/AddCompilerRT.cmake
@@ -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