-
Notifications
You must be signed in to change notification settings - Fork 9
Add _Concurrency
module.
#24
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
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.
I'd rather have the empty file be named _Concurrency.swift
.
target_link_libraries(swiftConcurrencyShims PUBLIC | ||
swiftCore) | ||
target_link_options(swiftConcurrencyShims PRIVATE | ||
"SHELL:-Xclang-linker -nostdlib") |
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.
I wonder if this is something that we should keep. We do want the dependency on other language runtimes once the code will be added.
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.
I don't feel strongly, but it might be good future proofing. And it matches what we do everywhere else.
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.
Fair enough, leaving this for now won't hurt anything.
This is an empty module that silences compiler warnings.
7236e1f
to
643f654
Compare
@compnerd thanks for landing both of these! |
This is an empty module that silences compiler errors.