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-9234] fix BlockLayout for LLP64 #51722

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

[SR-9234] fix BlockLayout for LLP64 #51722

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

Comments

@compnerd
Copy link
Collaborator

Previous ID SR-9234
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: b9d1f3fcdc14bef7ae2b45560071ebdd

Parent-Task:

Issue Description:

IRGen in swift currently is done by hand and lays out the Block_descriptor_1 using IntPtrTy instead of Int32Ty which is not compatible with LLP64 targets. This needs to be adjusted to match the ABI.

@compnerd
Copy link
Collaborator Author

#20544

@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