cmd/compile/internal/importer,go/internal/gcimporter: remove iimport.go export data importers #68616
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
Milestone
Tracking bug for removing the iimport.go files for the iexport data format in the compiler.
The unified goexperiment was removed in 1.21. Once #64751 happens, the bootstrap compiler will be above 1.21, I am not aware of a reason these importers could be use in the compiler.
x/tools will still have a copy for gopls, which creates this format, and support for building tools that support export data created by older compilers.
The text was updated successfully, but these errors were encountered: