Skip to content

Add support for 32-bit reflection contexts. #3591

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
Dec 1, 2021

Conversation

adrian-prantl
Copy link

This patch introduces a wrapper ReflectionContextInterface that
encapsulates all traffic to ReflectionContext and abstracts the
detail that ReflectionContext is a template that needs to be
specialized for a specific pointer width.

This fixes various TypeSystemSwiftTypeRef issues when debugging on an
arm64_32 Apple Watch.

rdar://83959667
(cherry picked from commit b26f763)

This patch introduces a wrapper ReflectionContextInterface that
encapsulates all traffic to ReflectionContext and abstracts the
detail that ReflectionContext is a template that needs to be
specialized for a specific pointer width.

This fixes various TypeSystemSwiftTypeRef issues when debugging on an
arm64_32 Apple Watch.

rdar://83959667
(cherry picked from commit b26f763)
@adrian-prantl
Copy link
Author

#3590

@adrian-prantl adrian-prantl merged commit 3cd20c8 into swiftlang:next Dec 1, 2021
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.

1 participant