ghc-9.15: The GHC API
Safe HaskellNone
LanguageGHC2021

GHC.Linker.Executable

Contents

Description

Linking executables

Synopsis

Documentation

Link info

initLinkInfo :: ExecutableLinkOpts -> UnitEnv -> [UnitId] -> IO LinkInfo Source #

Return the "link info"

See Note [LinkInfo section]