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

[Clang] Extend EmitPseudoVariable to support debug records #94956

Merged
merged 2 commits into from
Jun 10, 2024

Commits on Jun 10, 2024

  1. [Clang] Extend EmitPseudoVariable to support debug records

    CGDebugInfo::EmitPseudoVariable currently uses detailed logic to exactly
    collect llvm.dbg.declare users of an alloca. This patch replaces this
    with an LLVM function for finding debug declares intrinsics and also adds
    the same for debug records, simplifying the code and adding record
    support.
    SLTozer committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    56109f5 View commit details
    Browse the repository at this point in the history
  2. Update lambda name

    SLTozer committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d1fe1a5 View commit details
    Browse the repository at this point in the history