[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
Thu Nov 14 14:08:42 PST 2024


ldionne wrote:

@vvereschaka Sorry for breaking your windows bot, that failure seems legitimate. It looks like we're now trying to build the benchmarks (on Windows) but we weren't previously. I suspect this is because building GoogleBenchmark won't work in a windows-cross-linux configuration, I imagine you have flags that make it unhappy. IMO the way to go here might be (sadly) to use `LIBCXX_INCLUDE_BENCHMARKS=OFF` in your CMake cache to restore the previous behavior (which was that benchmarks were not being run).

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


More information about the libcxx-commits mailing list