Pull in LLVM with stack location fixes (#5732) (#5754)

This commit is contained in:
Jack May
2019-08-30 14:46:23 -07:00
committed by GitHub
parent f6a418aa9d
commit 9d0ed84caa
13 changed files with 64 additions and 148 deletions

View File

@@ -54,7 +54,7 @@ if [[ ! -r criterion-$machine-$version.md ]]; then
fi
# Install LLVM
version=v0.0.13
version=v0.0.14
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.4
version=v0.1.5
if [[ ! -f rust-bpf-$machine-$version.md ]]; then
(
filename=solana-rust-bpf-$machine.tar.bz2