-
Notifications
You must be signed in to change notification settings - Fork 41
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
Fixes required for Solang #10
Fixes required for Solang #10
Conversation
I add the prefix |
Every time Solang tries to link a web-assembly file in-process, the linker re-inits llvm which is not thread-safe with the rest of solang. Signed-off-by: Sean Young <sean@mess.org>
I've updated the commit messages. |
LGTM. Let's wait for the CI checks to finish (it'll take some time), and then this can be merged. Thank you. |
Signed-off-by: Sean Young <sean@mess.org>
Looks like all CI checks have passed |
* [SOL] Make lld thread-safe with llvm when used in-process Every time Solang tries to link a web-assembly file in-process, the linker re-inits llvm which is not thread-safe with the rest of solang. Signed-off-by: Sean Young <sean@mess.org> * [SOL][BPF] Enable the _ExtInt extension on the BPF Target for Solana Signed-off-by: Sean Young <sean@mess.org>
No description provided.