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

GHC.Linker.Dynamic

Description

Dynamic linker

Synopsis

Documentation

linkDynLib :: DynFlags -> [String] -> [UnitId] -> IO () Source #

Platform-specifics

libmLinkOpts :: [Option] Source #

Some platforms require that we explicitly link against libm if any math-y things are used (which we assume to include all programs). See #14022.