================
@@ -13,7 +13,7 @@
#include <benchmark/benchmark.h>
-void run_sizes(auto benchmark) {
+auto run_sizes = [](benchmark::Benchmark* benchmark) {
----------------
philnik777 wrote:
Why is this needed?
https://github.com/llvm/llvm-project/pull/198964