[libcxx-commits] [libcxx] [libc++] Define all CMake configuration features in the same location (PR #115361)
Petr Hosek via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 18 23:46:47 PST 2024
petrhosek wrote:
> > https://lab.llvm.org/buildbot/#/builders/55/builds/3560
>
> However this one looks very relevant @ldionne
I think this is because we're now building and running benchmarks that we weren't building before due to:
https://github.com/llvm/llvm-project/blob/e58949632e91477af58d983f3b66369e6a2c8233/libcxx/CMakeLists.txt#L162-L172
Those benchmarks run too slowly and timeout when built with instrumentation.
https://github.com/llvm/llvm-project/pull/115361
More information about the libcxx-commits
mailing list