]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #92767 - arlosi:pdbenum, r=cuviper
authorMatthias Krüger <matthias.krueger@famsik.de>
Sat, 15 Jan 2022 10:28:22 +0000 (11:28 +0100)
committerGitHub <noreply@github.com>
Sat, 15 Jan 2022 10:28:22 +0000 (11:28 +0100)
Use the new language identifier for Rust in the PDB debug format

Rust currently identifies as MASM (Microsoft Assembler) in the PDB
debug info format on Windows because no identifier was available.

This change pulls in a cherry-pick to Rust's LLVM that includes the
change to use the new identifier for Rust.

https://docs.microsoft.com/en-us/visualstudio/debugger/debug-interface-access/cv-cfl-lang


Trivial merge