Update to llvm 0.0.4

This commit is contained in:
Jack May 2018-12-02 21:07:44 -08:00 committed by Grimes
parent 9f45c0eb03
commit 1ddf9960a6
1 changed files with 4 additions and 8 deletions

View File

@ -2,13 +2,14 @@
cd "$(dirname "$0")"/..
# Install Criterion
version=v2.3.2
if [[ "$(uname)" = Darwin ]]; then
machine=osx
else
machine=linux
fi
# Install Criterion
version=v2.3.2
if [[ ! -r criterion-$machine-$version.md ]]; then
(
filename=criterion-$version-$machine-x86_64.tar.bz2
@ -31,12 +32,7 @@ if [[ ! -r criterion-$machine-$version.md ]]; then
fi
# Install LLVM
version=v0.0.3
if [[ "$(uname)" = Darwin ]]; then
machine=macos
else
machine=linux
fi
version=v0.0.4
if [[ ! -f llvm-native-$machine-$version.md ]]; then
(
filename=solana-llvm-$machine.tar.bz2