Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
5540 commits behind the upstream repository.
Matthew Pickering's avatar
Matthew Pickering authored
There are situations where LLVM will produce assembly which older gcc
toolchains can't handle. For example on Deb10, it seems that LLVM >= 13
produces assembly which the default gcc doesn't support.

A more robust solution in the long term is to require a specific LLVM
compatible assembler when using -fllvm.

Fixes #16354
ab533e71
History
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:

  https://www.haskell.org/ghc/

Information for developers of GHC can be found here:

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


For installation instructions, see the accompanying INSTALL file.


Binaries, links and scripts, for runghc/runhaskell may vary across platforms.