Add llvm-go tool.
authorPeter Collingbourne <peter@pcc.me.uk>
Thu, 23 Oct 2014 02:33:23 +0000 (02:33 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Thu, 23 Oct 2014 02:33:23 +0000 (02:33 +0000)
commitbdc3a5b99af0dfbf2b0c4b1d59cd50f247b06522
treef32cd2dfb11beaf68adfe5ffb95999c382d57532
parent32136ac573d67cd0a604cff22b3ab32f21d6c8fc
Add llvm-go tool.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220462 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/go/build.sh
cmake/config-ix.cmake
test/Bindings/Go/go.test
test/CMakeLists.txt
test/lit.cfg
tools/CMakeLists.txt
tools/Makefile
tools/llvm-go/CMakeLists.txt [new file with mode: 0644]
tools/llvm-go/Makefile [new file with mode: 0644]
tools/llvm-go/llvm-go.go [new file with mode: 0644]