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

Avoid blake3 name collisions #68

Merged
merged 1 commit into from
Sep 24, 2023

Conversation

seanyoung
Copy link

We're getting collisions with the blake3 crate and llvm.

Cherry pick llvm@26662ac from upstream

…lisions

While some blake3 symbols are already prefixed, a number of symbols with hidden visibility have been left without an `llvm_` prefix.  This results in symbol collisions when statically linking llvm into a binary that also uses the external blake3 library.

Reviewed By: akyrtzi, MaskRay

Differential Revision: https://reviews.llvm.org/D143981
@dmakarov dmakarov merged commit e06aef9 into anza-xyz:solana-rustc/15.0-2022-12-07 Sep 24, 2023
@seanyoung seanyoung deleted the blake3 branch September 24, 2023 19:45
seanyoung added a commit to hyperledger-solang/solang-llvm that referenced this pull request Sep 24, 2023
seanyoung added a commit to hyperledger-solang/solang-llvm that referenced this pull request Oct 22, 2023
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.

3 participants