[Git][ghc/ghc][wip/fendor/no-code-output-constr] WIP
Hannes Siebenhandl pushed to branch wip/fendor/no-code-output-constr at Glasgow Haskell Compiler / GHC Commits: 7ddafa96 by fendor at 2026-06-25T13:21:18+02:00 WIP - - - - - 1 changed file: - compiler/GHC/Driver/Session.hs Changes: ===================================== compiler/GHC/Driver/Session.hs ===================================== @@ -3903,7 +3903,7 @@ makeDynFlagsConsistent dflags in dflags_c | gopt Opt_InfoTableMap dflags - , backendSupportsInfoTableMap (backend dflags) + , not (backendSupportsInfoTableMap (backend dflags)) = loop (gopt_unset dflags Opt_InfoTableMap) $ "-finfo-table-map is incompatible with " ++ show (backend dflags) ++ " and is disabled (See #26435)" View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7ddafa9624f16c2ae5c5d41ebae1239e... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7ddafa9624f16c2ae5c5d41ebae1239e... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Hannes Siebenhandl (@fendor)