Skip to content
Snippets Groups Projects
Commit 9c4ea90c authored by Cheng Shao's avatar Cheng Shao Committed by Marge Bot
Browse files

CmmToC: enable 64-bit CallishMachOp on 32-bit targets

Normally, the unregisterised builds avoid generating 64-bit
CallishMachOp in StgToCmm, so CmmToC doesn't support these. However,
there do exist cases where we'd like to invoke cmmToC for other cmm
inputs which may contain such CallishMachOps, and it's a rather low
effort to add support for these since they only require calling into
existing ghc-prim cbits.
parent a4b34808
Branches wip/T21694a
No related tags found
No related merge requests found
Pipeline #56551 failed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment