[libcxx-commits] [libcxx] [llvm] [libc++] Optionally support filecheck-based tests (PR #165769)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 3 07:42:25 PST 2025
philnik777 wrote:
Not a huge fan of that myself. I don't know about compiler-rt, but most contributors to libc++ don't use a bootstrapping build, since there isn't much of a point, and neither does most of the CI. This is the sort of change that would likely result in only post-commit CI catching problems, which we've removed almost entirely at this point. I'd really hate regressing on that.
https://github.com/llvm/llvm-project/pull/165769
More information about the libcxx-commits
mailing list