[libcxx-commits] [libcxx] [libc++][C++03] Copy the LLVM 19 headers (PR #108999)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Oct 13 01:06:23 PDT 2024
philnik777 wrote:
> > This is one of those times where having 1000 headers makes things slightly trickier.
>
> Actually the exact same issue would have happened if we had just a few headers, since they would have been moved to e.g. `__cxx03/vector` and the same issue would have been triggered. The real issue here IMO is the flakiness of our CI recently, which is probably what led Nikolas to ignore the CI failure before merging.
Yes, exactly. I thought "what could possibly fail when just copying headers? It's probably just a broken CI."
https://github.com/llvm/llvm-project/pull/108999
More information about the libcxx-commits
mailing list