-
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 submodule #3344
Update LLVM submodule #3344
Conversation
Update SHA and skip list(s), and some other changes: * Tell `features.py` that we support `ja_JP.UTF-8`. Some of the libcxx `<format>`/`chronat` tests use that locale. * Build libcxx tests with `/utf-8`. They write tests with the expectation that the source and execution character sets are both UTF-8, we should make it so to avoid failures. * Build libcxx tests with [C6262 "Excessive stack size"](https://learn.microsoft.com/en-us/cpp/code-quality/c6262?view=msvc-170) disabled. A few tests use a ton of stack, and run just fine. It's not product code, and IMO not worth our time or theirs to rewrite such tests.
Looks good - verified zero divergence between Thanks for this big update, I know how much work it is! 😻 |
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.
LGTM, thanks :)
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
Thanks again for this major 😻 🐈⬛ 🎉 |
Update SHA and skip list(s), and some other changes:
features.py
that we supportja_JP.UTF-8
. Some of the libcxx<format>
/chronat
tests use that locale./utf-8
. They write tests with the expectation that the source and execution character sets are both UTF-8, we should make it so to avoid failures.