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

Supplement to fix failures for imports with LLVM-17 #1415

Commits on Aug 18, 2023

  1. Supplement to fix failures for imports with LLVM-17

    LLVM-17 expects imports list in retainedNode field of DISubprogram,
    and flang has completed this step but it's still generating imports
    list as imports field of DICompilationUnit.
    
    Flang is now updated to new IR as expected by LLVM-17.
    liuyunlong16 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e5ed308 View commit details
    Browse the repository at this point in the history