Enable BPF shared objects (#2012)

* Switch to BPF ELF shared objects (.so)
This commit is contained in:
jackcmay
2018-12-04 22:03:32 -08:00
committed by GitHub
parent 209040e80e
commit 0cb5ae41c6
7 changed files with 220 additions and 129 deletions

View File

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