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

View File

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