DescriptionMake the PGO profiling step work with VS2017
The PGO build is failing for the VS2017 binaries because some of the
dependencies (pgort140.dll, pgosweep.exe...) have moved to a different
directory of the toolchain.
There's also a change to the profiling script to use a copy of
pgosweep.exe from the build directory rather than the one in the
toolchain's directory, this is required in order to be able to use
Swarming for the profiling step (and this is probably cleaner because
it avoid duplicating the logic that find these runtime dependencies).
BUG=719319
Review-Url: https://codereview.chromium.org/2878693002
Cr-Commit-Position: refs/heads/master@{#471299}
Committed: https://chromium.googlesource.com/chromium/src/+/79a9cbda265c5ab725a0a25d725980bd0b376439
Patch Set 1 #Patch Set 2 : Make the PGO profiling step work with VS2017 #Patch Set 3 : nit #Patch Set 4 : Rebase #
Total comments: 8
Patch Set 5 : Address Scott's comments. #
Messages
Total messages: 16 (9 generated)
|