[libcxx-commits] [libcxx] 460d136 - [libc++] Extract ccache stats after the bootstrapping build
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jun 1 13:16:39 PDT 2023
Author: Louis Dionne
Date: 2023-06-01T13:16:19-07:00
New Revision: 460d1367c3774d41ee0c836d1f9cf74d1127f751
URL: https://github.com/llvm/llvm-project/commit/460d1367c3774d41ee0c836d1f9cf74d1127f751
DIFF: https://github.com/llvm/llvm-project/commit/460d1367c3774d41ee0c836d1f9cf74d1127f751.diff
LOG: [libc++] Extract ccache stats after the bootstrapping build
Added:
Modified:
libcxx/utils/ci/run-buildbot
Removed:
################################################################################
diff --git a/libcxx/utils/ci/run-buildbot b/libcxx/utils/ci/run-buildbot
index 650201251f8d1..fc3d432cba793 100755
--- a/libcxx/utils/ci/run-buildbot
+++ b/libcxx/utils/ci/run-buildbot
@@ -355,6 +355,8 @@ bootstrapping-build)
echo "--- Installing libc++ and libc++abi to a fake location"
${NINJA} -C "${BUILD_DIR}" install-runtimes
+
+ ccache -s
;;
generic-static)
clean
More information about the libcxx-commits
mailing list