summaryrefslogtreecommitdiffstats
path: root/llgo/test/llgoi/Inputs/src
Commit message (Collapse)AuthorAgeFilesLines
* llgoi: Fix importing source packages together with dependent binary packages.Peter Collingbourne2015-03-181-1/+4
| | | | | | | | | | Note that this means that llgoi does not support the case where a package's pkgpath is different from its import path, but I don't think this should actually happen with llgoi. Differential Revision: http://reviews.llvm.org/D8403 llvm-svn: 232612
* Introduce llgoi, a REPL for GoPeter Collingbourne2015-01-153-0/+20
llgoi is a Go REPL based on llgo irgen and the LLVM JIT. It supports expressions, statements, most declarations and imports, including binary imports from the standard library and source imports from $GOPATH. Differential Revision: http://reviews.llvm.org/D6957 llvm-svn: 226097
OpenPOWER on IntegriCloud