Skip to content

debuginfo: emit DW_TAG_call_site entries#154200

Open
resrever wants to merge 1 commit intorust-lang:mainfrom
resrever:enable-dwarf-call-sites
Open

debuginfo: emit DW_TAG_call_site entries#154200
resrever wants to merge 1 commit intorust-lang:mainfrom
resrever:enable-dwarf-call-sites

Conversation

@resrever
Copy link

Set FlagAllCallsDescribed on function definition DIEs so LLVM emits DW_TAG_call_site entries, letting debuggers and analysis tools track tail calls.

@rustbot rustbot added A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Mar 22, 2026
@resrever resrever force-pushed the enable-dwarf-call-sites branch from 74a48c8 to 79e7936 Compare March 22, 2026 03:58
@rust-log-analyzer

This comment has been minimized.

@resrever resrever marked this pull request as ready for review March 22, 2026 12:16
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 22, 2026
@rustbot rustbot removed the S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. label Mar 22, 2026
@rustbot
Copy link
Collaborator

rustbot commented Mar 22, 2026

r? @JohnTitor

rustbot has assigned @JohnTitor.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: compiler, debuginfo
  • compiler, debuginfo expanded to 69 candidates
  • Random selection from 13 candidates

@resrever resrever force-pushed the enable-dwarf-call-sites branch from 79e7936 to 84ad0ab Compare March 22, 2026 12:38
@rustbot
Copy link
Collaborator

rustbot commented Mar 22, 2026

This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed.

Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers.

@resrever resrever force-pushed the enable-dwarf-call-sites branch from 84ad0ab to 9677d7a Compare March 22, 2026 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants