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

Implement DiagnosticName in NativeAOT code #63271

Merged
merged 1 commit into from
Jan 3, 2022

Commits on Jan 3, 2022

  1. Implement DiagnosticName in NativeAOT code

    When `DiagnosticName` was introduced into the type system, I didn't want to deal with it and compiled it out of the NativeAOT version of the type system.
    
    In order to have a single ILCompiler.TypeSystem assembly that can be used with both crossgen2 and ILC, this needs to be implemented.
    
    I've also reduced the number of diffs between ILCompiler.TypeSystem.csproj and ILCompiler.TypeSystem.ReadyToRun.csproj.
    MichalStrehovsky committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    bfecb3f View commit details
    Browse the repository at this point in the history