Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM, with a couple of minor suggestions.
irgen/compiler.go | ||
---|---|---|
89 ↗ | (On Diff #17688) | 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?) |
161 ↗ | (On Diff #17688) | A brief comment may be useful here, describing the interaction with GccgoPath. |