[llvm-dev] Proposal: introduce dependency on abseil when building benchmarks

Michael Kruse via llvm-dev llvm-dev at lists.llvm.org
Thu Oct 7 10:34:16 PDT 2021


Am Do., 7. Okt. 2021 um 11:47 Uhr schrieb Mircea Trofin via llvm-dev
<llvm-dev at lists.llvm.org>:
> I looked under llvm-zorg, and can't find any bot configuration that flips those flags in the first place, so perhaps these specific benchmarks are run elsewhere (or my search was naive - I just grep-ed for '_BENCHMARKS' - and only got one entry turning off TEST_SUITE_RUN_BENCHMARKS, which appears to be unrelated)?

Google Benchmark (from MicroBenchmarks/libs/benchmark) automatically
compiles/runs if TES_SUITE_SUBDIRS includes MicroBenchmarks, which is
included by default.

TEST_SUITE_RUN_BENCHMARKS is unrelated

Michael


More information about the llvm-dev mailing list