summaryrefslogtreecommitdiff
path: root/compiler/GHC/CmmToAsm.hs-boot
blob: dd6a87a9ada72eaf5bd6b581b413121857a4da40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module GHC.CmmToAsm
where

import GHC.Prelude

import GHC.IO.Handle.Types
import GHC.CmmToAsm.Config
import GHC.Types.Unique.Supply
import GHC.Utils.Logger
import GHC.Unit.Module.Location
import GHC.Data.Stream
import GHC.Cmm

nativeCodeGen :: forall a . Logger -> NCGConfig -> ModLocation -> Handle -> UniqSupply
              -> Stream IO RawCmmGroup a
              -> IO a