[Git][ghc/ghc][wip/torsten.schmits/oneshot-bytecode-pkgdeps] re-add missing call to adjust_linkable for home modules
Torsten Schmits (@torsten.schmits)
gitlab at gitlab.haskell.org
Fri Jul 12 14:26:37 UTC 2024
Torsten Schmits pushed to branch wip/torsten.schmits/oneshot-bytecode-pkgdeps at Glasgow Haskell Compiler / GHC
Commits:
d0630912 by Torsten Schmits at 2024-07-12T16:26:24+02:00
re-add missing call to adjust_linkable for home modules
- - - - -
1 changed file:
- compiler/GHC/Linker/Deps.hs
Changes:
=====================================
compiler/GHC/Linker/Deps.hs
=====================================
@@ -209,7 +209,7 @@ get_link_deps opts pls maybe_normal_osuf span mods = do
module_linkable = \case
LinkHomeModule hmi ->
- pure (expectJust "getLinkDeps" (homeModLinkable hmi))
+ adjust_linkable (expectJust "getLinkDeps" (homeModLinkable hmi))
LinkObjectModule iface loc -> do
let mod = mi_module iface
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d063091221590a893e4eb75968c5b7019132fe45
--
This project does not include diff previews in email notifications.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d063091221590a893e4eb75968c5b7019132fe45
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/20240712/1ba76546/attachment.html>
More information about the ghc-commits
mailing list