Portability | portable |
---|---|
Maintainer | [email protected] |
Safe Haskell | None |
Distribution.Simple.Program.Ld
Description
This module provides an library interface to the ld
linker program.
- combineObjectFiles :: Verbosity -> ConfiguredProgram -> FilePath -> [FilePath] -> IO ()
Documentation
combineObjectFiles :: Verbosity -> ConfiguredProgram -> FilePath -> [FilePath] -> IO ()Source
Call ld -r
to link a bunch of object files together.