Open JoshMeredith opened 3 years ago
Supported symbol types:
raise
mainZCZCMainzimain
Unsupported symbol types:
hello
foo
bar
Debugging info:
git grep
warning, unhandled primop
Gen2.Prim.genPrim
genPrim _ _ op rs as = PrimInline $ appS "h$log" [e $ "warning, unhandled primop: "++show op++" "++show (length rs, length as)] # f # copyRes where f = ApplStat (var (T.pack $ "h$primop_" ++ show op)) as copyRes = mconcat $ zipWith (\r reg -> r |= e reg) rs (enumFrom Ret1)
primop-data-decl.hs-incl
putchar
opendir
getSym
RtsFlags
Supported symbol types:
raise
mainZCZCMainzimain
Unsupported symbol types:
hello
,foo
,bar
)Debugging info:
git grep
, so they mustn't be defined for some reason.warning, unhandled primop
which comes from the default case ofGen2.Prim.genPrim
:primop-data-decl.hs-incl
putchar
,opendir
)mainZCZCMainzimain
)getSym
,RtsFlags
)hello
,foo
,bar
)