Skip to content

Commit

Permalink
Rollup merge of #92767 - arlosi:pdbenum, r=cuviper
Browse files Browse the repository at this point in the history
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
  • Loading branch information
matthiaskrgr authored Jan 15, 2022
2 parents f511360 + b03fc76 commit ff1db43
Showing 1 changed file with 1 addition and 1 deletion.

0 comments on commit ff1db43

Please sign in to comment.