ghc-9.10.1: The GHC API
Safe HaskellNone
LanguageGHC2021

GHC.Linker.External

Description

External ("system") linker

Synopsis

Documentation

data LinkerConfig Source #

External linker configuration

Constructors

LinkerConfig 

Fields

runLink :: Logger -> TmpFs -> LinkerConfig -> [Option] -> IO () Source #

Run the external linker