DescriptionUse label name to generate PDB names in GN.
On Windows the GN toolchain setup used the output name to make unique PDB names. But the output name isn't necessarily that unique. The only requirement on that is that the outputs not collide, but multiple targets can otherwise have the same output name. Also, the output name can contain slashes that put it in different directories, or spaces which might confuse certain tools.
The label name is guaranteed to be unique in a given target_out_dir so this should give better names.
Committed: https://crrev.com/62b96626799d935ec467c5104f2da5b8ce080592
Cr-Commit-Position: refs/heads/master@{#359677}
Patch Set 1 #
Messages
Total messages: 15 (6 generated)
|