Skip to content

[swift][TBDGen] Stop adding redundant ObjC Classes #62068

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
Nov 12, 2022

Conversation

cyndyishida
Copy link
Contributor

TBD files contain a section reserved for obj-c classes. Previously, TBDGen was adding symbols with this + normal globals with objc class prefixes. This patch removes the extra globals being added.

This also accounts for this behavior for validate-tbd-against-ir checking.

Resolves: rdar://101442087

@cyndyishida
Copy link
Contributor Author

@swift-ci please test

TBD files contain a section reserved for obj-c classes. Previously,
TBDGen was adding symbols with this + normal globals with objc class
prefixes. This patch removes the extra globals being added.

This also accounts for this behavior for `validate-tbd-against-ir`
checking.

Resolves: rdar://101442087
@cyndyishida
Copy link
Contributor Author

@swift-ci please test

@cyndyishida cyndyishida merged commit 98fa584 into swiftlang:main Nov 12, 2022
@cyndyishida cyndyishida deleted the moClassesMoProblems branch November 12, 2022 04:37
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