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

fix an assert-nonassert mismatch in SILModule #66550

Merged
merged 1 commit into from
Jun 12, 2023

Conversation

eeckstein
Copy link
Member

Data structures must be layout compatible when built with and without asserts.

Fixes a compiler crash when C++ sources are built without asserts because SwiftCompilerSources are built with asserts.

rdar://110363377

Data structures must be layout compatible when built with and without asserts.

Fixes a  compiler crash when C++ sources are built without asserts because SwiftCompilerSources are built with asserts.

rdar://110363377
@eeckstein
Copy link
Member Author

@swift-ci smoke test and merge

@eeckstein eeckstein requested a review from ktoso June 12, 2023 05:54
@swift-ci swift-ci merged commit dcb3b9b into apple:main Jun 12, 2023
2 of 3 checks passed
@eeckstein eeckstein deleted the fix-sil-module branch June 12, 2023 14:09
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.

None yet

2 participants