Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the new language identifier for Rust in the PDB debug format #92767

Merged
merged 1 commit into from
Jan 15, 2022

Commits on Jan 11, 2022

  1. 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
    arlosi committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    b03fc76 View commit details
    Browse the repository at this point in the history