[libc-commits] [libc] [libc][benchmark] allow benchmark to be built without llvm support (PR #200951)
Jeff Bailey via libc-commits
libc-commits at lists.llvm.org
Tue Jun 2 07:42:36 PDT 2026
================
@@ -83,7 +84,7 @@ struct Runtime {
// The benchmark options that were used to perform the measurement.
// This is decided by the framework.
- BenchmarkOptions BenchmarkOptions;
+ struct BenchmarkOptions BenchmarkOptions;
----------------
kaladron wrote:
Was this failing before? (Here and below)
https://github.com/llvm/llvm-project/pull/200951
More information about the libc-commits
mailing list