summaryrefslogtreecommitdiffstats
path: root/llvm/bindings/go/build.sh
Commit message (Collapse)AuthorAgeFilesLines
* Expose LLVM version string via macro in llvm-config.h, and modify Go bindingsPeter Collingbourne2014-11-191-3/+0
| | | | | | to make use of it. llvm-svn: 222307
* Add llvm-go tool.Peter Collingbourne2014-10-231-41/+5
| | | | | | | | | | | | This tool lets us build LLVM components within the tree by setting up a $GOPATH that resembles a tree fetched in the normal way with "go get". It is intended that components such as the Go frontend will be built in-tree using this tool. Differential Revision: http://reviews.llvm.org/D5902 llvm-svn: 220462
* Fix bashism in build.sh.Peter Collingbourne2014-10-171-1/+1
| | | | llvm-svn: 220027
* Initial version of Go bindings.Peter Collingbourne2014-10-161-0/+67
This code is based on the existing LLVM Go bindings project hosted at: https://github.com/go-llvm/llvm Note that all contributors to the gollvm project have agreed to relicense their changes under the LLVM license and submit them to the LLVM project. Differential Revision: http://reviews.llvm.org/D5684 llvm-svn: 219976
OpenPOWER on IntegriCloud