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.
Details
Details
- Reviewers
Mordante ldionne - Group Reviewers
Restricted Project - Commits
- rG4e70b50b74db: [libc++] Disallow running the libc++ benchmarks in standalone builds
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Shipping despite the CI failure since this is a known issue and I've fixed it since then.