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-9120] libdispatch needs to be made LLP64 clean #641

Closed
compnerd opened this issue Oct 29, 2018 · 2 comments
Closed

[SR-9120] libdispatch needs to be made LLP64 clean #641

compnerd opened this issue Oct 29, 2018 · 2 comments
Assignees

Comments

@compnerd
Copy link
Collaborator

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

md5: 5f4fcf48a230b3075a6b229adbfbe1c7

Parent-Task:

Issue Description:

Windows 64 is a LLP64 target and libdispatch uses unsigned long where it wants a 64-bit value. This does not work portably. It is possible to mostly support this without breaking ABI (the one type that doesn't work is the dispatch_flags_t which would break ABI for C++ users who were using that for overloading or template specializations, but would NOT break the C ABI).

@compnerd
Copy link
Collaborator Author

#409 addresses this

@compnerd
Copy link
Collaborator Author

#414 is also relevant

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

No branches or pull requests

1 participant