-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Update llvm-project #4910
Update llvm-project #4910
Conversation
…erator_star.compile.pass.cpp.
/azp run STL-ASan-CI |
Azure Pipelines successfully started running 1 pipeline(s). |
Light is green, trap is clean (eventually): https://dev.azure.com/vclibs/STL/_build/results?buildId=17368&view=results |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified the new commit is on llvm-project's main
, everything looks good. (Guess I should use this for the 19.1.0-rc3 validation I was planning to run today.)
Either we've been extremely lucky, or the sporadic x86 ASan failures have become less frequent since updating our toolset to 17.12p1. |
A bunch of libc++ tests have been refactored to remove flakyness. They can probably be removed from |
I see a lot of removal of |
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
I reported llvm/llvm-project#105966 and pushed an additional commit. |
msvc_is_lock_free_macro_value()
llvm/llvm-project#105876range.join
tests are now passing.-Wunused-variable
warnings in time.zone.members/to_sys.pass.cpp llvm/llvm-project#100504 was merged.dereference.single.pass.cpp
and deletednoexcept_operator_star.compile.pass.cpp
.fp_compare.h
includes non-portable<__config>
llvm/llvm-project#105878.<print>
#4821 is in flight.constexpr
bug.constexpr
step limits, Clang-only this time.addressof
to defend against hijacking inbasic_ostream
.