Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
7011 commits behind the upstream repository.
Luite Stegeman's avatar
Luite Stegeman authored
CmmCgInfos is needed to write interface files, but the
JavaScript backend does not generate it, causing
"Name without LFInfo" warnings.

This patch adds a conservative but always correct
CmmCgInfos when the JavaScript backend is used.

Fixes #23053
ea24360d
History