-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Update use of async functions in self hosted compiler #3780
Conversation
b44baae
to
798d05d
Compare
Looks like there is a bug in |
Currently, However, that was before we had libc versioning support, and upon further reflection, we can certainly do better than Here's some brief research:
I believe that covers all the targets, so we can solve this with some additional logic in |
I extracted an issue out of my previous comment: #3783 |
Per specification, |
Thanks - I'm going to update #3783 with a recommendation based on this information. |
Follow up to #3748.
Blocked by #3190 (or something similar).#3777 is avoided with a
@panic
.