This is an archive of the discontinued LLVM Phabricator instance.

[llgo] llgoi: Fix importing source packages together with dependent binary packages.
ClosedPublic

Authored by pcc on Mar 17 2015, 4:21 PM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc updated this revision to Diff 22143.Mar 17 2015, 4:21 PM
pcc retitled this revision from to [llgo] llgoi: Fix importing source packages together with dependent binary packages..
pcc updated this object.
pcc edited the test plan for this revision. (Show Details)
pcc added a reviewer: axw.
pcc added a subscriber: Unknown Object (MLST).
axw accepted this revision.Mar 17 2015, 6:36 PM
axw edited edge metadata.

LGTM

This revision is now accepted and ready to land.Mar 17 2015, 6:36 PM
This revision was automatically updated to reflect the committed changes.