-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Our DWARF info makes no sense #15537
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I thought I had filed an issue for this already, but I can't find it. There's a big problem with the DWARF we generated for inlined code. Right now what we're describing is a function inlined into itself, but at a different location and a different file. We need to clean up the scopes we use when generating the debug info.
The text was updated successfully, but these errors were encountered: