Skip to content

Do not build StgCRunAsm.S for unregisterised builds

In case you build an unregisterised version of GHC, then functions StgRun/StgReturn are already implemented via the mini interpreter defined in StgCRun.c. Thus the registerised versions of StgCRunAsm.S must not be build since this would lead to link errors.

Any chance that we get this late time change into 8.10?

Edited by Stefan Schulze Frielinghaus

Merge request reports