Skip to content

[lldb] Wire up preliminary support for BuiltinFixedArray #9562

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

Conversation

adrian-prantl
Copy link

This is both partially incorrect due to missing stride computation and only works in SwiftASTContext right now due to missing Reflection support on the compiler side.

But it eliminates the nasty warnings in SwiftASTContext.cpp and works for byte-aligned arrays.

This is both partially incorrect due to missing stride computation and
only works in SwiftASTContext right now due to missing Reflection
support on the compiler side.

But it eliminates the nasty warnings in SwiftASTContext.cpp and works
for byte-aligned arrays.
@adrian-prantl
Copy link
Author

@swift-ci test

@adrian-prantl adrian-prantl merged commit e3f0c0d into swiftlang:stable/20240723 Nov 11, 2024
3 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.

2 participants