Skip to content

stubs: split up compiler-rt routines #15912

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 13, 2018
Merged

Conversation

compnerd
Copy link
Member

Move the duplicated compiler-rt support routines into its own source
file. This will need to be expanded for Windows. As on Linux, there
are certain builtin routines which are not available from the standard
runtime and need to be augmented for now.

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

Resolves SR-NNNN.

@compnerd
Copy link
Member Author

@swift-ci please test

@compnerd
Copy link
Member Author

CC: @aschwaighofer @bitjammer

This is just splitting up the compiler-rt routines into its own TU. Windows debug mode requires one more implementation (and a couple of wrappers). I figure its best to isolate this.

@swift-ci
Copy link
Contributor

Build failed
Swift Test Linux Platform
Git Sha - e9eb6dcb72c3eecdfcbc0fc9661fa69c03670f10

@compnerd
Copy link
Member Author

@swift-ci please test linux platform

@swift-ci
Copy link
Contributor

Build failed
Swift Test Linux Platform
Git Sha - e9eb6dcb72c3eecdfcbc0fc9661fa69c03670f10

Move the duplicated compiler-rt support routines into its own source
file.  This will need to be expanded for Windows.  As on Linux, there
are certain builtin routines which are not available from the standard
runtime and need to be augmented for now.
@compnerd
Copy link
Member Author

@swift-ci please test

@swift-ci
Copy link
Contributor

Build failed
Swift Test Linux Platform
Git Sha - e9eb6dcb72c3eecdfcbc0fc9661fa69c03670f10

@swift-ci
Copy link
Contributor

Build failed
Swift Test OS X Platform
Git Sha - e9eb6dcb72c3eecdfcbc0fc9661fa69c03670f10

@compnerd compnerd merged commit dfa8a31 into swiftlang:master Apr 13, 2018
@compnerd compnerd deleted the compiler-rt branch April 13, 2018 22:15
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