[Git][ghc/ghc][wip/T24603] Remove trailing whtespace to make CI greener
Serge S. Gulin (@gulin.serge)
gitlab at gitlab.haskell.org
Thu Feb 6 15:15:48 UTC 2025
Serge S. Gulin pushed to branch wip/T24603 at Glasgow Haskell Compiler / GHC
Commits:
50b2fab5 by Serge S. Gulin at 2025-02-06T15:15:45+00:00
Remove trailing whtespace to make CI greener
- - - - -
1 changed file:
- compiler/GHC/Driver/Session.hs
Changes:
=====================================
compiler/GHC/Driver/Session.hs
=====================================
@@ -3588,8 +3588,8 @@ makeDynFlagsConsistent dflags
, Nothing <- outputFile dflags
= pgmError "--output must be specified when using --merge-objs"
- | platformTablesNextToCode platform
- && os == OSMinGW32
+ | platformTablesNextToCode platform
+ && os == OSMinGW32
&& arch == ArchAArch64
= case backendCodeOutput (backend dflags) of
LlvmCodeOutput -> pgmError "-fllvm is incompatible with enabled TablesNextToCode at Windows Aarch64"
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/50b2fab5c020419acfc7c9a7d4af81044a10e7ce
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/50b2fab5c020419acfc7c9a7d4af81044a10e7ce
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20250206/3c5304cd/attachment-0001.html>
More information about the ghc-commits
mailing list