ghc-lib-0.20201101: The GHC API, decoupled from GHC versions
Safe HaskellNone
LanguageHaskell2010

GHC.SysTools.ExtraObj

Synopsis

Documentation

getLinkInfo :: DynFlags -> [UnitId] -> IO String Source #

Return the "link info" string

See Note [LinkInfo section]

getCompilerInfo :: DynFlags -> IO CompilerInfo Source #