Skip to content

[master-next] lldb: repair the Windows build after #1447 #1474

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
Jul 16, 2020

Conversation

hamishknight
Copy link

master-next cherry-pick of #1470.

`TBDGenOptions` was forward declared as a `class` rather than `struct`.
The type mismatch causes a link failure as the type information is
encoded into the decorated name under the Microsoft ABI.  Switch the
forward declaration to match.
@hamishknight hamishknight merged commit 2f6a986 into swiftlang:swift/master-next Jul 16, 2020
@hamishknight hamishknight deleted the tbd-next branch July 16, 2020 16:23
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