[libcxx-commits] [libcxx] [libc++] Define all CMake configuration features in the same location (PR #115361)

Vitaly Buka via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 22 14:10:42 PST 2024


vitalybuka wrote:

> @petrhosek @vitalybuka FWIW I suspect that you folks are running the tests using `lit` directly, is that possible? If you were running `ninja check-runtimes` instead, I don't think you'd have these time out issues. Indeed, when called via `ninja check-runtimes`, we pass the additional argument `--param enable_benchmarks=dry-run` to lit, which doesn't run the full benchmarks but only compiles them.

Can't say for @petrhosek issues

But bootstrap bots run `ninja check-cxx`m you can see it from the log https://lab.llvm.org/buildbot/#/builders/55/builds/3560/steps/11/logs/stdio
And -DLIBCXX_INCLUDE_BENCHMARKS=OFF helped.



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


More information about the libcxx-commits mailing list