Skip to content
Snippets Groups Projects
user avatar
Ben Gamari authored
Previously to merge a set of object files we would invoke the linker as
usual, adding -r to the command-line. However, this can result in
non-sensical command-lines which causes lld to balk (#17962).

To avoid this we introduce a new tool setting into GHC, -pgmlm, which is
the linker which we use to merge object files.
e69b0d42
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
The Glasgow Haskell Compiler
============================

This is a binary distribution of GHC, a compiler and interactive
environment for the Haskell functional programming language.

For more information, visit GHC's web site:

  http://www.haskell.org/ghc/

Information for developers of GHC can be found here:

  https://gitlab.haskell.org/ghc/ghc/wikis/


For installation instructions, see the accompanying INSTALL file.