Chromium Code Reviews
DescriptionGet clang updates to work with VS 2017
Clang needs to grab a copy of msdia140.dll. It tries to grab it from the
compiler that is being used to build Chrome, but it uses gyp to get the
compiler information, and gyp doesn't yet know about VS 2017. Until it
does this patch teaches clang enough to make it work, based on other
scripts setting GYP_MSVS_OVERRIDE_PATH.
Do not submit as-is. This should either be simplified to just the first
changed line, or modified to fully remove the gyp dependency.
BUG=700524
Patch Set 1 #Patch Set 2 : Pull to latest #Messages
Total messages: 5 (5 generated)
|