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

Consolidate checking for msvc when generating debuginfo #92375

Merged

Commits on Jan 7, 2022

  1. Consolidate checking for msvc when generating debuginfo

    If the target we're generating code for is msvc, then we do two main
    things differently: we generate type names in a C++ style instead of a
    Rust style and we generate debuginfo for enums differently.
    
    I've refactored the code so that there is one function
    (`cpp_like_debuginfo`) which determines if we should use the C++ style
    of naming types and other debuginfo generation or the regular Rust one.
    wesleywiser committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    836addc View commit details
    Browse the repository at this point in the history