summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-go
Commit message (Collapse)AuthorAgeFilesLines
* llvm-go: Set $GCCGO instead of putting a gccgo executable on $PATH.Peter Collingbourne2015-02-141-20/+5
| | | | | | | | Now that llgo ships its own go command we can rely on it having support for $GCCGO. Differential Revision: http://reviews.llvm.org/D7628 llvm-svn: 229210
* llvm-go: Add flag for specifying path to go command.Peter Collingbourne2015-02-141-4/+8
| | | | | | Differential Revision: http://reviews.llvm.org/D7627 llvm-svn: 229209
* Move DebugInfo to DebugInfo/DWARF.Zachary Turner2015-01-301-1/+1
| | | | | | | | | | | | | In preparation for adding PDB support to LLVM, this moves the DWARF parsing code to its own subdirectory under DebugInfo, and renames LLVMDebugInfo to LLVMDebugInfoDWARF. This is purely a mechanical / build system change. Differential Revision: http://reviews.llvm.org/D7269 Reviewed by: Eric Christopher llvm-svn: 227586
* Teach LLVM about llgo subproject.Peter Collingbourne2014-11-271-3/+32
| | | | llvm-svn: 222860
* Add llvm-go tool.Peter Collingbourne2014-10-233-0/+286
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
OpenPOWER on IntegriCloud