Details
Details
Diff Detail
Diff Detail
Differential D6803
[llgo] irgen: make it possible to use a custom importer ClosedPublic Authored by pcc on Dec 29 2014, 3:23 PM.
Details
Diff Detail Event Timelinepcc updated this object. This revision is now accepted and ready to land.Dec 29 2014, 4:34 PM Closed by commit rL225029: irgen: make it possible to use a custom importer (authored by pcc). · Explain WhyDec 30 2014, 4:26 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 17688 irgen/compiler.go
|
If *Importer* is nil, the compiler will set this field automatically using MakeImporter(). If Importer is non-nil, InitMap must be non-nil also (I think?)