Skip to content
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

Bump compiler builtins #1

Conversation

guibescos
Copy link

@guibescos guibescos commented Nov 22, 2022

The version 1.27 of compiler_builtins excludes some functions for sbf like __multi3 (https://github.com/solana-labs/compiler-builtins/blob/bpf-tools-v1.27/src/int/mul.rs). This leads to Unresolved symbol (__multi3) in cargo-build-sbf when building with flags -Z build-std (rebuilding the standard library from scratch).

Bumping compiler_builtins here will fix this in future releases.

@guibescos guibescos marked this pull request as ready for review November 22, 2022 18:22
@dmakarov
Copy link
Collaborator

dmakarov commented Dec 9, 2022

This is done on solana-1.65.0 branch #2

@dmakarov dmakarov closed this Dec 9, 2022
dmakarov pushed a commit to dmakarov/cargo that referenced this pull request Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants