Skip to content

config: generalise more things to be detected #12

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
Oct 10, 2019

Conversation

compnerd
Copy link
Member

@compnerd compnerd commented Oct 9, 2019

This converts many of the checks to be dynamic to support different
compilers. Windows uses cl which does not support __builtin_expect
nor does it support __attribute__. This should help repair the
Windows build.

This converts many of the checks to be dynamic to support different
compilers.  Windows uses cl which does not support `__builtin_expect`
nor does it support `__attribute__`.  This should help repair the
Windows build.
@compnerd
Copy link
Member Author

compnerd commented Oct 9, 2019

CC: @akyrtzi @shahmishal

@compnerd
Copy link
Member Author

compnerd commented Oct 9, 2019

Spun off a test run at swiftlang/swift#27589. This should repair the community CI builds on Windows.

@akyrtzi akyrtzi merged commit bfa95d5 into swiftlang:master Oct 10, 2019
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