[libc-commits] [libc] [libc][benchmark] allow benchmark to be built without llvm support (PR #200951)
Schrodinger ZHU Yifan via libc-commits
libc-commits at lists.llvm.org
Fri Jun 12 09:27:37 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;
----------------
SchrodingerZhu wrote:
I guess it originates from old codebase that aligns with LLVM code style. I will update it.
https://github.com/llvm/llvm-project/pull/200951
More information about the libc-commits
mailing list