win: Stop deleting pdb file before links in official builds.
Reverts https://codereview.chromium.org/2519803003 , it shouldn't be needed with lld. (Running `ninja -t msvc` directly means ninja doesn't have to be in PATH, since then clause 1 of how CreateProcessA() finds binaries can take effect: 1. The directory from which the application loaded. Due to the delete, `ninja -t msvc` was run under `cmd /c`, which means we did require ninja in PATH only for official builds. This removes this exception. But we're also making sure ninja is in PATH for now until crbug.com/872740 is resolved, so this change is more a defense-in-depth thing.) Bug: 665773,828472,828466 Change-Id: Ic86b255df1544fcb4744ff4d2bf1f3f0b25119c3 Reviewed-on: https://chromium-review.googlesource.com/1169302Reviewed-by:Sébastien Marchand <sebmarchand@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#581905}
Showing
Please register or sign in to comment