Skip to content

runtime: avoid UB on Windows x86_64 builds #15745

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

Merged
merged 1 commit into from
Apr 16, 2018
Merged

Conversation

compnerd
Copy link
Member

@compnerd compnerd commented Apr 4, 2018

Use the ull extension rather than l for LLP64 environment support.
Fixes UB on the Windows x86_64 port.

Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.

Resolves SR-NNNN.

Use the `ull` extension rather than `l` for LLP64 environment support.
Fixes UB on the Windows x86_64 port.
@compnerd
Copy link
Member Author

compnerd commented Apr 4, 2018

@swift-ci please test and merge

@compnerd
Copy link
Member Author

compnerd commented Apr 5, 2018

@swift-ci please test macOS platform

@swift-ci
Copy link
Contributor

swift-ci commented Apr 5, 2018

Build failed
Swift Test OS X Platform
Git Sha - ebb21f5

@compnerd
Copy link
Member Author

@swift-ci please test macOS platform

@compnerd compnerd merged commit d3ab36f into swiftlang:master Apr 16, 2018
@compnerd compnerd deleted the dota branch April 16, 2018 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants