Toolset update: VS 2022 17.2 Preview 3#2651
Merged
StephanTLavavej merged 7 commits intomicrosoft:mainfrom Apr 16, 2022
Merged
Conversation
* MSVC-PR-392417 "Remove logic related to /Gm": "The flag is ignored starting from 17.0. This PR removes its related logic." + We don't need to explicitly disable something that can't be enabled. * MSVC-PR-334618 "Make SHA-256 the default source hash algorithm" merged 2021-06-30. + https://docs.microsoft.com/en-us/cpp/build/reference/zh?view=msvc-170 says: "/ZH:SHA_256 Use an SHA-256 hash for the checksum. This option is the default in Visual Studio 2022 version 17.0 and later." + `cl /?` was updated too: `/ZH:[MD5|SHA1|SHA_256] hash algorithm for calculation of file checksum in debug info (default: SHA_256)`
CaseyCarter
approved these changes
Apr 13, 2022
Member
Author
|
@CaseyCarter I pushed a comment change after your approval as I just learned that 17.3 Preview 2 will be the next release containing compiler front-end changes. |
Member
Author
|
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
CaseyCarter
approved these changes
Apr 15, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
three_way_comparable.compile.pass.cppas it's now passing with 17.2 Preview 3.P1502R1_standard_library_header_unitsfor VSO-1496084 "Standard Library Header Units: Splitting<chrono>emits fatal error C1116: unrecoverable error importing header unit '<chrono>'"defined(_MSVC_INTERNAL_TESTING).defined(TEST_TOPO_SORT)(deduplicated header units).P0784R7_library_support_for_more_constexpr_containers./Gm-and/ZH:SHA_256./Gm": "The flag is ignored starting from 17.0. This PR removes its related logic."/ZH:SHA_256Use an SHA-256 hash for the checksum. This option is the default in Visual Studio 2022 version 17.0 and later."cl /?was also update:/ZH:[MD5|SHA1|SHA_256] hash algorithm for calculation of file checksum in debug info (default: SHA_256)