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

DebugInfo: Updates test cases that add method declarations. #114760

Merged

Commits on Aug 12, 2023

  1. Add test for method debuginfo declaration.

    We've investigated one reason why debugging information often goes wrong at https://reviews.llvm.org/D152095.
    > LLVM can't handle IR where subprogram definitions are nested within DICompositeType when doing LTO builds,
    > because there's no good way to cross the CU boundary to insert a nested DISubprogram definition in one CU into a type defined in another CU.
    DianQK committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    6f5b4e3 View commit details
    Browse the repository at this point in the history