-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[SwiftShims] Make the void* arguments of memcmp nullable #36666
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 smoke test |
1 similar comment
@swift-ci Please smoke test |
@swift-ci Please smoke test macOS |
On Linux we're getting the opposite error now:
instead of the previous error on macOS: (The error format changed since then and I'm there's a problem in it.)
|
@swift-ci Please smoke test |
@swift-ci please smoke test |
This should correspond to the definition of memcmp in usr/include/string.h and keep it from being a source of confusion for the compiler. rdar://69876253
@swift-ci please smoke test |
The libs compiled fine under Linux this time but the test failed. @swift-ci please smoke test |
@swift-ci please smoke test |
@swift-ci Please smoke test macOS |
@swift-ci please smoke test |
This should correspond to the definition of
memcmp
inusr/include/string.h
and keep it from being a source of confusion for the compiler.rdar://69876253