ghc-toolchain-0.1.0.0: Utility for managing GHC target toolchains
Safe HaskellNone
LanguageHaskell2010

GHC.Toolchain.Tools.Link

Synopsis

Documentation

data CcLink Source #

Configuration on how the C compiler can be used to link

Instances

findCcLink Source #

Arguments

:: String

The llvm target to use if CcLink supports --target

-> ProgOpt 
-> ProgOpt 
-> Bool

Whether we should search for a more efficient linker

-> ArchOS 
-> Cc 
-> Maybe Readelf 
-> M CcLink