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

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 22 00:21:59 PST 2024


ldionne 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.

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


More information about the libcxx-commits mailing list