From 4771177f9d12cce4775ee38b951a9d1c13e76064 Mon Sep 17 00:00:00 2001 From: Jack May Date: Mon, 8 Jul 2019 23:22:49 -0800 Subject: [PATCH] Update LLVM to v0.0.11 (#4976) --- sdk/bpf/scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/bpf/scripts/install.sh b/sdk/bpf/scripts/install.sh index 8626761a38..414853cdc4 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.10 +version=v0.0.11 if [[ ! -f llvm-native-$machine-$version.md ]]; then ( filename=solana-llvm-$machine.tar.bz2