commit | 02990bd4944bae4461a455fb1c0a478ddcc1c532 | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <pcc@google.com> | Tue Jun 17 10:56:47 2014 -0700 |
committer | Robert Griesemer <gri@golang.org> | Tue Jun 17 10:56:47 2014 -0700 |
tree | 196141bd7e1eb3ca63ba17b93c7c46424f1c35e5 | |
parent | ee07305c2a15b20d15702a7c8ba42fafcbc69a6f [diff] |
go.tools/go/gccgoimporter: keep track of package and import priority Clients such as compilers need this information in order to correctly link against imported packages. This also adds support for the condensed import data format where the priority information is stored as a suffix of the condensed import data, as well as support for archive files. LGTM=gri R=gri CC=golang-codereviews, iant https://golang.org/cl/78740043