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

Debug Info Improvements #1294

Closed
wants to merge 4 commits into from
Closed

Debug Info Improvements #1294

wants to merge 4 commits into from

Conversation

tgymnich
Copy link
Member

@tgymnich tgymnich commented Jun 21, 2023

  • would have loved to move shadow allocations from entry to inventry. But thats going to break all tests.

@tgymnich tgymnich changed the title Debug info Debug Info Improvements Jun 21, 2023
@tgymnich tgymnich self-assigned this Jun 22, 2023
@tgymnich tgymnich force-pushed the debug-info branch 3 times, most recently from 5d6721a to e684c08 Compare June 26, 2023 15:30
@tgymnich tgymnich marked this pull request as ready for review June 26, 2023 15:31
DIBuilder DebugBuilder(*I.getModule());
auto var = newI->getVariable();
auto nv = DebugBuilder.createAutoVariable(
var->getScope(), ("d_" + var->getName()).str(), var->getFile(),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps shadow_ ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather have something short

@tgymnich tgymnich closed this Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants