Fix ShowGlobals to not report on enums
One of our compiler changes means that the Chrome symbols now contains references to enums as symbols in a way that makes them show up as duplicated variables in ShowGlobals.exe reports, despite occupying no space. This change filters out globals that aren't statics, which avoids this problem. This change also updates the .vcxproj file to VC++ 2017 and the 17134.0 SDK. This tool is discussed in the Windows Binary Sizes page: https://www.chromium.org/developers/windows-binary-sizes Change-Id: I73a2a7924107b5027bf68a928954e4480e5b5af5 Reviewed-on: https://chromium-review.googlesource.com/1114291 Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Reviewed-by:Xi Cheng <chengx@chromium.org> Cr-Commit-Position: refs/heads/master@{#570256}
Showing
This diff is collapsed.
Please register or sign in to comment