[libc++] Extract ccache stats after the bootstrapping build

This commit is contained in:
Louis Dionne 2023-06-01 13:16:19 -07:00
parent c20a9bb001
commit 460d1367c3

View File

@ -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