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

Support for record debug format #2565

Merged
merged 4 commits into from
May 21, 2024

Conversation

bwlodarcz
Copy link
Contributor

@bwlodarcz bwlodarcz commented May 16, 2024

Recently, LLVM migrated to new debug format replacing debug intrinsics with so-called records. The DIBuilder api supports both formats now with grace deprecation period for intrinsics. Currently Translator during reverse translation have new format disabled by flag and still supports only old one.
Documentation for the migration: https://llvm.org/docs/RemoveDIsDebugInfo.html

@bwlodarcz bwlodarcz marked this pull request as ready for review May 17, 2024 11:56
Copy link
Contributor

@MrSidims MrSidims left a comment

Choose a reason for hiding this comment

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

Thanks!

@asudarsa
Copy link
Contributor

LGTM. Thanks @bwlodarcz . Please take a look at the build fail. Seems like an easy fix. Thanks

Copy link
Member

@svenvh svenvh left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

Please take a look at the build fail. Seems like an easy fix.

Out-of-tree build issues will be solved by #2574

@MrSidims MrSidims merged commit 50c6c3e into KhronosGroup:main May 21, 2024
7 of 9 checks passed
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.

None yet

4 participants