[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
Mon Nov 18 15:04:35 PST 2024


vitalybuka wrote:

> @vitalybuka Do you know who owns the `sanitizer-x86_64-linux-bootstrap-asan` bot & friends? I see them fail on a very large number of our patches for reasons unrelated to libc++, which causes spurious notifications on the PRs.

Good point, they include more heavy steps which likely fail for reasons other then libc++.
We still want to check libc++ with sanitizers, as time to time it detect issues in libc++.

Solution is to extract libc++ into dedicated builder. https://github.com/llvm/llvm-zorg/issues/310 for  tracking.


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


More information about the libcxx-commits mailing list