Copyright | Duncan Coutts 2009 |
---|---|
Maintainer | cabal-devel@haskell.org |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
This module provides an library interface to the
ld
linker program.
Synopsis
- combineObjectFiles :: Verbosity -> LocalBuildInfo -> ConfiguredProgram -> FilePath -> [ FilePath ] -> IO ()
Documentation
combineObjectFiles :: Verbosity -> LocalBuildInfo -> ConfiguredProgram -> FilePath -> [ FilePath ] -> IO () Source #
Call
ld -r
to link a bunch of object files together.