Values store -> build graph

This commit is contained in:
Pepe Iborra 2022-06-19 10:52:49 +02:00 committed by wz1000
parent 76c5a0f8e1
commit 4a1d981503

View File

@ -1313,7 +1313,7 @@ parseRuntimeDeps anns = mkModuleEnv $ mapMaybe go anns
= Just (mod, bs)
go _ = Nothing
-- | checkLinkableDependencies compares the core files in the Values store to
-- | checkLinkableDependencies compares the core files in the build graph to
-- the runtime dependencies of the module, to check if any of them are out of date
-- Hopefully 'runtime_deps' will be empty if the module didn't actually use TH
-- See Note [Recompilation avoidance in the presence of TH]