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

[SR-9157] VWT need to emitted globally for PE/COFF #51652

Closed
compnerd opened this issue Nov 2, 2018 · 1 comment
Closed

[SR-9157] VWT need to emitted globally for PE/COFF #51652

compnerd opened this issue Nov 2, 2018 · 1 comment
Assignees
Labels
compiler The Swift compiler in itself

Comments

@compnerd
Copy link
Collaborator

compnerd commented Nov 2, 2018

Previous ID SR-9157
Radar None
Original Reporter @compnerd
Type Sub-task
Status Resolved
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s Compiler
Labels Sub-task
Assignee @compnerd
Priority Medium

md5: 11e90a941241bbcee85d6a1fd75bc2b1

Parent-Task:

is blocked by:

  • SR-9125 Value Witness Table handling for Windows

Issue Description:

Due to the semantics for PE/COFF, we need to indirect for module external symbol references. This makes emission of constant (or post relocation constant) data for the external pointers not possible. We need to instead locally define the VWT for module external types locally like vtables on Windows under the Microsoft ABI.

@compnerd
Copy link
Collaborator Author

compnerd commented Nov 2, 2018

#20233

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler The Swift compiler in itself
Projects
None yet
Development

No branches or pull requests

1 participant