Use custom LLVM (#1971)

BPF SDK uses custom LLVM
This commit is contained in:
jackcmay
2018-11-30 14:33:29 -08:00
committed by GitHub
parent 3ca826a480
commit b00011a3f1
12 changed files with 50 additions and 117 deletions

View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -ex
SDKPATH="$( cd "$(dirname "$0")" ; pwd -P )"/../../../..
docker run --workdir /solana_sdk --volume $SDKPATH:/solana_sdk --rm solanalabs/llvm `basename "$0"` "$@"