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

Account for different module ABI name when reconstructing a type #73291

Merged
merged 1 commit into from
Apr 29, 2024

Commits on Apr 26, 2024

  1. Account for different module ABI name when reconstructing a type

    A type's mangled name will store the module's ABI name, not the module's
    regular name. When reconstructing a type from a mangled name, the
    demangler needs to take that into account.
    
    rdar://126953614
    (cherry picked from commit 04034d5)
    augusto2112 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    f6eba5a View commit details
    Browse the repository at this point in the history