Skip to content
Snippets Groups Projects
Commit 3db98b34 authored by BinderDavid's avatar BinderDavid
Browse files

Implement getHpcFlags

parent 3d89d9e4
No related branches found
No related tags found
2 merge requests!2Wip/add write tix file rts opt,!1Add RTS option
......@@ -501,7 +501,11 @@ getParFlags = do
getHpcFlags :: IO HpcFlags
getHpcFlags = error "TODO: Implement getHpcFlags"
getHpcFlags = do
let ptr = (#ptr RTS_FLAGS, HpcFlags) rtsFlagsPtr
HpcFlags
<$> (toBool <$>
(#{peek HPC_FLAGS, emitTixFile} ptr :: IO CBool))
getConcFlags :: IO ConcFlags
getConcFlags = do
......
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