Update LLVM to v0.0.13 and Rust-BPF to v0.1.4 (#5580)

This commit is contained in:
Jack May 2019-08-20 20:25:29 -07:00 committed by GitHub
parent 4798e7fa73
commit 159e518671
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ if [[ ! -r criterion-$machine-$version.md ]]; then
fi fi
# Install LLVM # Install LLVM
version=v0.0.12 version=v0.0.13
if [[ ! -f llvm-native-$machine-$version.md ]]; then if [[ ! -f llvm-native-$machine-$version.md ]]; then
( (
filename=solana-llvm-$machine.tar.bz2 filename=solana-llvm-$machine.tar.bz2
@ -80,7 +80,7 @@ if [[ ! -f llvm-native-$machine-$version.md ]]; then
fi fi
# Install Rust-BPF # Install Rust-BPF
version=v0.1.3 version=v0.1.4
if [[ ! -f rust-bpf-$machine-$version.md ]]; then if [[ ! -f rust-bpf-$machine-$version.md ]]; then
( (
filename=solana-rust-bpf-$machine.tar.bz2 filename=solana-rust-bpf-$machine.tar.bz2