8000 Use custom LLVM by jackcmay · Pull Request #1971 · solana-labs/solana · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Use custom LLVM #1971

Merged
merged 4 commits into from
Nov 30, 2018
Merged

Use custom LLVM #1971

merged 4 commits into from
Nov 30, 2018

Conversation

jackcmay
Copy link
Contributor

Problem

Solana requires modifications to LLVM that have not been upstreamed.

Summary of Changes

Customized LLVM repos are being maintained by the Solana Github organization and built/released via the repo: https://github.com/solana-labs/llvm-builder

The changes in this PR switches Solana over to using the custom LLVM which includes downloading and installing the release from llvm-builder during sdk install.

docker-llvm was maintained in the Solana repo, it has been moved to llvm-builder repo.

Fixes #

@jackcmay
Copy link
Contributor Author

@mvines, CI passed, any other feedback? Anything I might have missed with the SDK, web3, etc...?

@mvines
Copy link
Contributor
mvines commented Nov 30, 2018

I think we want to include scripts/install.sh in the bpf-sdk tarball, it's currently removed at https://github.com/solana-labs/solana/blob/master/programs/bpf/c/sdk/scripts/package.sh#L17 and we don't want to run install.sh two lines above that.

Instead we can make the downstream users run install.sh, so that'll be a change in solana-web3.js once this PR merges.

There reason is LLVM is many MBs and I don't think we want those MBs packaged in the npmjs module

Beyond that the PR looks good to me

@jackcmay jackcmay merged commit b00011a into solana-labs:master Nov 30, 2018
@jackcmay jackcmay deleted the custom-llvm branch November 30, 2018 22:33
vkomenda pushed a commit to vkomenda/solana that referenced this pull request Aug 29, 2021
…olana-labs#1971)

Bumps [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node) from 7.14.5 to 7.14.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.14.7/packages/babel-node)

---
updated-dependencies:
- dependency-name: "@babel/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
brooksprumo pushed a commit to brooksprumo/solana that referenced this pull request Jul 12, 2024
…up (solana-labs#1971)

* blockstore: only consume duplicate proofs from root_slot + 1 on startup

* pr feedback: update test comments

* pr feedback: add pub behind dcou for test fns
yihau pushed a commit to yihau/solana that referenced this pull request Jul 18, 2024
… startup (backport of solana-labs#1971) (solana-labs#2114)

blockstore: only consume duplicate proofs from root_slot + 1 on startup (solana-labs#1971)

* blockstore: only consume duplicate proofs from root_slot + 1 on startup

* pr feedback: update test comments

* pr feedback: add pub behind dcou for test fns

(cherry picked from commit 2a48564)

Co-authored-by: Ashwin Sekar <ashwin@anza.xyz>
willhickey pushed a commit that referenced this pull request Aug 31, 2024
…n startup (backport of #1971) (#2113)

* blockstore: only consume duplicate proofs from root_slot + 1 on startup (#1971)

* blockstore: only consume duplicate proofs from root_slot + 1 on startup

* pr feedback: update test comments

* pr feedback: add pub behind dcou for test fns

(cherry picked from commit 2a48564)

* fix conflicts

---------

Co-authored-by: Ashwin Sekar <ashwin@anza.xyz>
Co-authored-by: Ashwin Sekar <ashwin@solana.com>
behzadnouri pushed a commit to behzadnouri/solana that referenced this pull request Oct 10, 2024
…n startup (backport of solana-labs#1971) (solana-labs#2113)

* blockstore: only consume duplicate proofs from root_slot + 1 on startup (solana-labs#1971)

* blockstore: only consume duplicate proofs from root_slot + 1 on startup

* pr feedback: update test comments

* pr feedback: add pub behind dcou for test fns

(cherry picked from commit 2a48564)

* fix conflicts

---------

Co-authored-by: Ashwin Sekar <ashwin@anza.xyz>
Co-authored-by: Ashwin Sekar <ashwin@solana.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0