Skip to content

lldb: repair the Windows build after #1447 #1470

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

compnerd
Copy link
Member

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.

`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.
@compnerd
Copy link
Member Author

@compnerd
Copy link
Member Author

@swift-ci please test

@hamishknight
Copy link

Thanks!

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