Skip to content

[lldb][TypeSystemClang] Create EnumExtensibilityAttr from DW_AT_APPLE_enum_kind #9976

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

Merged
merged 1 commit into from
Feb 8, 2025

Conversation

Michael137
Copy link

This patch consumes the DW_AT_APPLE_enum_kind attribute added in llvm#124752 and turns it into a Clang attribute in the AST. This will currently be used by the Swift language plugin when it creates EnumDecls from debug-info and passes it to Swift compiler, which expects these attributes

…_enum_kind

This patch consumes the `DW_AT_APPLE_enum_kind` attribute added in llvm#124752 and turns it into a Clang attribute in the AST. This will currently be used by the Swift language plugin when it creates `EnumDecl`s from debug-info and passes it to Swift compiler, which expects these attributes
@Michael137 Michael137 requested a review from a team as a code owner February 7, 2025 10:49
@Michael137
Copy link
Author

@swift-ci test

@Michael137
Copy link
Author

@swift-ci test

@Michael137 Michael137 merged commit 5e1f334 into stable/20240723 Feb 8, 2025
2 of 3 checks passed
@Michael137 Michael137 deleted the lldb/enum-extensibility-to-20240723 branch February 8, 2025 11:38
@Michael137
Copy link
Author

Windows failure unrelated

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