[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
Thu Jun 11 03:39:45 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:

Right.  Why are we creating a variable that effectively shadows the type?  This seems like it could be unnecessarily confusing to both humans and bots.

https://github.com/llvm/llvm-project/pull/200951


More information about the libc-commits mailing list