[Git][ghc/ghc][wip/davide/windows-dlls] WIP static CAFs
David Eichmann pushed to branch wip/davide/windows-dlls at Glasgow Haskell Compiler / GHC Commits: 0a20aafc by David Eichmann at 2026-05-15T14:51:49+01:00 WIP static CAFs - - - - - 1 changed file: - compiler/GHC/Stg/Utils.hs Changes: ===================================== compiler/GHC/Stg/Utils.hs ===================================== @@ -148,7 +148,7 @@ allowTopLevelConApp platform ext_dyn_refs this_mod con args -- can be incompatible with some security restrictions, but note that -- ghc-internal and everything would need to be rebuilt. Note also that -- dynamic top level con apps increases symbol exports a lot. - | platformOS platform == OSMinGW32 = True + | platformOS platform == OSMinGW32 = False -- otherwise, allowed -- Sylvain: shouldn't this be False when (ext_dyn_refs && is_external_con_app)? View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0a20aafc703697ef14cb3db01c382e08... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0a20aafc703697ef14cb3db01c382e08... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
David Eichmann (@DavidEichmann)