[all-commits] [llvm/llvm-project] 4e70b5: [libc++] Disallow running the libc++ benchmarks in...

Louis Dionne via All-commits all-commits at lists.llvm.org
Thu Nov 11 11:13:50 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4e70b50b74dba909f1d8277e26896d9a0d23d428
      https://github.com/llvm/llvm-project/commit/4e70b50b74dba909f1d8277e26896d9a0d23d428
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-11-11 (Thu, 11 Nov 2021)

  Changed paths:
    M libcxx/benchmarks/CMakeLists.txt
    M libcxx/utils/ci/run-buildbot

  Log Message:
  -----------
  [libc++] Disallow running the libc++ benchmarks in standalone builds

We are trying to remove duplication of third-party code in
https://reviews.llvm.org/D112012, which will move the Google
Benchmark code outside of the `libcxx/` directory. That breaks
running the benchmarks in the Standalone build. Since we have
deprecated the Standalone build anyway, this patch just removes
support for the benchmark in Standalone mode until we remove that
mode entirely.

Differential Revision: https://reviews.llvm.org/D113503




More information about the All-commits mailing list