-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[ModuleInterface] Include the raw values of @objc enums #24487
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
Conversation
@swift-ci Please test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this!
Build failed |
Build failed |
@swift-ci Please test |
Build failed |
Build failed |
...since they're part of the run-time representation. Not having this meant that someone compiling against an interface would miscompile uses of @objc enums defined in that interface! rdar://problem/50410541
@swift-ci Please test |
Build failed |
Build failed |
...since they're part of the run-time representation. Not having this meant that someone compiling against an interface would miscompile uses of
@objc
enums defined in that interface!rdar://problem/50410541