Skip to content

Use UnitId in the backend instead of Unit

Sylvain Henry requested to merge hsyl20/ghc:hsyl20-dynflags-ix into master

In Cmm we can only have real units identified with an UnitId. Other units (on-the-fly instantiated units and holes) are only used in type-checking backpack sessions that don't produce Cmm.

Edited by Sylvain Henry

Merge request reports