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

Add #if os(macOS) check to _loadScopeAttributes #3060

Merged
merged 1 commit into from
Aug 26, 2021
Merged

Add #if os(macOS) check to _loadScopeAttributes #3060

merged 1 commit into from
Aug 26, 2021

Conversation

iCharlesHu
Copy link
Contributor

The dlopen and dlsym inside of _loadScopeAttributes is causing Windows build to fail, as @lxbndr pointed out. This patch adds the missing #if os check to (hopefully) fix that.

@iCharlesHu iCharlesHu requested a review from millenomi August 25, 2021 17:00
@iCharlesHu
Copy link
Contributor Author

@swift-ci please test

@millenomi
Copy link
Contributor

@swift-ci please test and merge

@iCharlesHu
Copy link
Contributor Author

@swift-ci please test and merge

@swift-ci swift-ci merged commit b344e37 into swiftlang:main Aug 26, 2021
@iCharlesHu iCharlesHu deleted the as-windows-fix branch August 26, 2021 17:03
@3405691582 3405691582 mentioned this pull request Sep 11, 2021
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