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)
commit244ecf55bdf56905e3facd370dd4728297983e8f
tree03f1f142f1a8930291ea6e19fa804a9ff455ec67
parent30428bc844f780f686e90ed29bb5c821146c6db6
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

llvm-svn: 220462
llvm/bindings/go/build.sh
llvm/cmake/config-ix.cmake
llvm/test/Bindings/Go/go.test
llvm/test/CMakeLists.txt
llvm/test/lit.cfg
llvm/tools/CMakeLists.txt
llvm/tools/Makefile
llvm/tools/llvm-go/CMakeLists.txt [new file with mode: 0644]
llvm/tools/llvm-go/Makefile [new file with mode: 0644]
llvm/tools/llvm-go/llvm-go.go [new file with mode: 0644]