Skip to content

[Runtime] Fix guards around _swift_isBackDeploying call in SwiftObject.mm. #27962

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 30, 2019

Conversation

mikeash
Copy link
Contributor

@mikeash mikeash commented Oct 30, 2019

This could fail to build due to BackDeployment.h not always being included in Config.h. Check an additional condition to ensure that this code is only active when BackDeployment.h is included.

rdar://problem/56735154

…t.mm.

This could fail to build due to BackDeployment.h not always being included in Config.h. Check an additional condition to ensure that this code is only active when BackDeployment.h is included.

rdar://problem/56735154
@mikeash
Copy link
Contributor Author

mikeash commented Oct 30, 2019

@swift-ci please smoke test and merge

@gottesmm
Copy link
Contributor

Thanks man!

@mikeash
Copy link
Contributor Author

mikeash commented Oct 30, 2019

I wrote this stuff originally, so it's the least I can do. <3

@swift-ci swift-ci merged commit 2d73686 into swiftlang:master Oct 30, 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.

3 participants