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-9390] isPodLike returns incorrect result on Windows #51856

Closed
compnerd opened this issue Dec 1, 2018 · 1 comment
Closed

[SR-9390] isPodLike returns incorrect result on Windows #51856

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

Comments

@compnerd
Copy link
Collaborator

compnerd commented Dec 1, 2018

Previous ID SR-9390
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: 17b7fb88a505d7b17ba8ce60e289425a

Parent-Task:

Issue Description:

The implementation of isPodLike is returning the incorrect result as it does not use `std::is_trivially_copyable` on Windows. This is an issue in LLVM

@compnerd
Copy link
Collaborator Author

compnerd commented Dec 1, 2018

Fixed upstream, awaiting merge in swift-5.0-branch: apple/swift-llvm#125

@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