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

[Projection tooling] Add symbols from dynamic library to type database #2918

Open
10 tasks
Tracked by #95633
jkurdek opened this issue Jan 10, 2025 · 0 comments
Open
10 tasks
Tracked by #95633
Assignees
Labels
area-SwiftBindings Swift bindings for .NET User Story A single user-facing feature. Can be grouped under an epic.

Comments

@jkurdek
Copy link
Member

jkurdek commented Jan 10, 2025

Description

The Swift runtime exposes metadata accessors, witness tables, and conformance descriptors through native symbols. At bindings time, we projection tooling can't invoke them directly because the target platform may differ. However, the tooling can read these symbols and store them in the type database. These symbols will be consumed by emitters and called at runtime.

Tasks

@jkurdek jkurdek added the area-SwiftBindings Swift bindings for .NET label Jan 10, 2025
@kotlarmilos kotlarmilos self-assigned this Jan 13, 2025
@kotlarmilos kotlarmilos changed the title [Swift Bindings] Introduce MachO into post processing step [Projection tooling] Introduce MachO into post processing step Jan 13, 2025
@kotlarmilos kotlarmilos added the User Story A single user-facing feature. Can be grouped under an epic. label Jan 14, 2025
@kotlarmilos kotlarmilos changed the title [Projection tooling] Introduce MachO into post processing step [Projection tooling] Add native symbols from dynamic library to type database Jan 15, 2025
@kotlarmilos kotlarmilos changed the title [Projection tooling] Add native symbols from dynamic library to type database [Projection tooling] Add symbols from dynamic library to type database Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-SwiftBindings Swift bindings for .NET User Story A single user-facing feature. Can be grouped under an epic.
Projects
None yet
Development

No branches or pull requests

3 participants