add BUILD file so I remember how
This commit is contained in:
parent
6595d291c1
commit
b9a40be6d8
5
BUILD
Normal file
5
BUILD
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
RELEASE=RELEASE_381 # this may have to be changed based on llvm version
|
||||||
|
svn co https://llvm.org/svn/llvm-project/llvm/tags/$RELEASE/final $GOPATH/src/llvm.org/llvm
|
||||||
|
cd $GOPATH/src/llvm.org/llvm/bindings/go
|
||||||
|
./build.sh
|
||||||
|
go install llvm.org/llvm/bindings/go/llvm
|
Loading…
Reference in New Issue
Block a user