-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reverse-iteration
tests fail in the CI
#106355
Labels
clang
Clang issues not falling into any other category
Comments
Most likely caused by #104922, which replaces an iterated-over vector with a SmallPtrSet, which has non-deterministic order. |
Yes that looks right! Let me fix this. |
daniel-grumberg
added a commit
to daniel-grumberg/llvm-project
that referenced
this issue
Aug 29, 2024
daniel-grumberg
added a commit
to swiftlang/llvm-project
that referenced
this issue
Aug 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://lab.llvm.org/buildbot/#/builders/110/builds/942
The first failing build was https://lab.llvm.org/buildbot/#/builders/110/builds/728. Those initial failures appear to have been fixed since then but others have accumulated.
It looks like the current failures started with https://lab.llvm.org/buildbot/#/builders/110/builds/820.
The text was updated successfully, but these errors were encountered: