Skip to content

Parser: don't require the HomeUnitId

Sylvain Henry requested to merge hsyl20/ghc:hsyl20/cmm/parser into master

The HomeUnitId is only used by the Cmm parser and this one has access to the DynFlags, so it can grab the UnitId of the HomeUnit from them.

Merge request reports