DescriptionAllow building with VS 2015 Update 3 pre-release
Add toolchain hash for Update 3 pre-release and fix declarations of
delay-load hooks for VS 2015 Update 3. The new toolchain is not used
unless you go "set DEPOT_TOOLS_WIN_TOOLCHAIN_PRERELEASE=1", run
"gclient runhooks", and then regenerate ninja files (if using gn).
Therefore this change is a NOP for the build machines and the code
we ship.
VS 2015 Update 3 changes the delay hook function pointers to be const
because this is important for security. This matches that change.
The new compiler is discussed here:
https://blogs.msdn.microsoft.com/vcblog/2016/05/04/new-code-optimizer/
The version packaged up for this change was installed May 16th.
BUG=440500
Committed: https://crrev.com/a80d80c3e4c086a791b93a07ee089413fa60630d
Cr-Commit-Position: refs/heads/master@{#394031}
Patch Set 1 #Patch Set 2 : Add const hook fix #Patch Set 3 : Remove #if statements #
Total comments: 1
Patch Set 4 : Update toolchain, make it depend on env, and add #if #Messages
Total messages: 19 (8 generated)
|