[libcxx-commits] [PATCH] D90043: [libc++] Build the benchmarks as part of the build bots

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Oct 23 07:02:39 PDT 2020


ldionne created this revision.
Herald added subscribers: libcxx-commits, jkorous, arichardson.
Herald added a project: libc++.
Herald added a reviewer: libc++.
ldionne requested review of this revision.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90043

Files:
  libcxx/utils/ci/run-buildbot.sh


Index: libcxx/utils/ci/run-buildbot.sh
===================================================================
--- libcxx/utils/ci/run-buildbot.sh
+++ libcxx/utils/ci/run-buildbot.sh
@@ -153,5 +153,8 @@
 echo "+++ Installing libc++ and libc++abi to a fake location"
 ninja -C "${BUILD_DIR}" install-cxx install-cxxabi
 
+echo "+++ Building the benchmarks"
+ninja -C "${BUILD_DIR} cxx-benchmarks"
+
 # echo "+++ Running the libc++ benchmarks"
 # ninja -C "${BUILD_DIR}" check-cxx-benchmarks


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90043.300279.patch
Type: text/x-patch
Size: 486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201023/e95a4108/attachment.bin>


More information about the libcxx-commits mailing list