Skip to content

[master-rebranch] lldb: repair the Windows build after #1447 #1475

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

Conversation

hamishknight
Copy link

master-rebranch 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 1478fb4 into swiftlang:swift/master-rebranch Jul 16, 2020
@hamishknight hamishknight deleted the tbd-rebranch 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