Allow BPF structure passing and returning (#2100)

* Add BPF struct passing and returning tests
This commit is contained in:
jackcmay
2018-12-11 09:03:37 -08:00
committed by GitHub
parent 166945a461
commit e3dfd7b1ab
5 changed files with 68 additions and 21 deletions

View File

@ -32,7 +32,7 @@ if [[ ! -r criterion-$machine-$version.md ]]; then
fi
# Install LLVM
version=v0.0.5
version=v0.0.6
if [[ ! -f llvm-native-$machine-$version.md ]]; then
(
filename=solana-llvm-$machine.tar.bz2