summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorbrucedawson <brucedawson@chromium.org>2016-03-08 17:41:07 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-09 01:43:25 +0000
commitddab530d959c07bf6eac7e8dd4218fe9af83d319 (patch)
tree21a49bbcde1613a162bb349be67d63965882940c /build
parent415a07cad061c246021d563fc5bd840cb4646512 (diff)
downloadchromium_src-ddab530d959c07bf6eac7e8dd4218fe9af83d319.zip
chromium_src-ddab530d959c07bf6eac7e8dd4218fe9af83d319.tar.gz
chromium_src-ddab530d959c07bf6eac7e8dd4218fe9af83d319.tar.bz2
New VS 2015 compiler toolchain, early Update 2
This fixes some compiler/linker bugs including some code-gen bugs. This should allow switching the default Windows compiler to VS 2015. BUG=440500 Review URL: https://codereview.chromium.org/1748583002 Cr-Commit-Position: refs/heads/master@{#380021}
Diffstat (limited to 'build')
-rwxr-xr-xbuild/vs_toolchain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/vs_toolchain.py b/build/vs_toolchain.py
index 7260d87..66f4cc4 100755
--- a/build/vs_toolchain.py
+++ b/build/vs_toolchain.py
@@ -279,7 +279,7 @@ def _GetDesiredVsToolchainHashes():
to build with."""
if GetVisualStudioVersion() == '2015':
# Update 1 with hot fixes.
- return ['b349b3cc596d5f7e13d649532ddd7e8db39db0cb']
+ return ['391bbf1220d3edcd3cc3fccdb56224181e3b13a7']
else:
# Default to VS2013.
return ['4087e065abebdca6dbd0caca2910c6718d2ec67f']