hanchenye-llvm-project/llgo/test
Peter Collingbourne 38a7dde1c5 llgoi: Fix type identity for imported binary packages.
go/loader creates a fresh package map for each source package it imports. In
llgoi this caused binary imported packages to be imported anew for every input
line, resulting in spurious type errors and panics in go/ssa when encountering
previously imported types. Fix this by setting types.Config.Packages to our
internal package map.

Differential Revision: http://reviews.llvm.org/D8409

llvm-svn: 232617
2015-03-18 08:34:40 +00:00
..
debuginfo
driver
execution
gllgo
irgen Fix test to use explicit load type. 2015-03-05 22:55:42 +00:00
llgoi llgoi: Fix type identity for imported binary packages. 2015-03-18 08:34:40 +00:00
CMakeLists.txt Introduce llgoi, a REPL for Go 2015-01-15 04:13:29 +00:00
lit.cfg Introduce llgoi, a REPL for Go 2015-01-15 04:13:29 +00:00
lit.site.cfg.in