Skip to content

Add musl systems to llvm-targets

matthewbauer requested to merge trac-matthewbauer/ghc:musl-abi into master

Musl support is not available in GHC. This adds them, identical for now to gnu.

Thank you for your contribution to GHC!

/cc @bgamari @Ericson2314 @angerman @nh2

Please take a few moments to verify that your commits fulfill the following:

  • are either individually buildable or squashed
  • have commit messages which describe what they do (referring to Notes and tickets using #NNNN syntax when appropriate)
  • Musl support is not available in GHC.

If you have any questions don't hesitate to open your merge request and inquire in a comment. If your patch isn't quite done yet please do add prefix your MR title with WIP:.

Edited by matthewbauer

Merge request reports