From 159e5186712e9b2b340181a922b283f8a31034d0 Mon Sep 17 00:00:00 2001 From: Jack May Date: Tue, 20 Aug 2019 20:25:29 -0700 Subject: [PATCH] Update LLVM to v0.0.13 and Rust-BPF to v0.1.4 (#5580) --- sdk/bpf/scripts/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/bpf/scripts/install.sh b/sdk/bpf/scripts/install.sh index 1783eb9b2a..a279db0316 100755 --- a/sdk/bpf/scripts/install.sh +++ b/sdk/bpf/scripts/install.sh @@ -54,7 +54,7 @@ if [[ ! -r criterion-$machine-$version.md ]]; then fi # Install LLVM -version=v0.0.12 +version=v0.0.13 if [[ ! -f llvm-native-$machine-$version.md ]]; then ( filename=solana-llvm-$machine.tar.bz2 @@ -80,7 +80,7 @@ if [[ ! -f llvm-native-$machine-$version.md ]]; then fi # Install Rust-BPF -version=v0.1.3 +version=v0.1.4 if [[ ! -f rust-bpf-$machine-$version.md ]]; then ( filename=solana-rust-bpf-$machine.tar.bz2