Compute LambdaFormInfo when using JavaScript backend.
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
parent
e8b4aac4
No related branches found
No related tags found
Pipeline #64642 failed
Showing
- compiler/GHC/Driver/Main.hs 16 additions, 3 deletionscompiler/GHC/Driver/Main.hs
- testsuite/tests/driver/all.T 1 addition, 1 deletiontestsuite/tests/driver/all.T
- testsuite/tests/lib/integer/all.T 2 additions, 2 deletionstestsuite/tests/lib/integer/all.T
- testsuite/tests/simplCore/should_compile/all.T 1 addition, 1 deletiontestsuite/tests/simplCore/should_compile/all.T
- testsuite/tests/stranal/should_run/all.T 1 addition, 1 deletiontestsuite/tests/stranal/should_run/all.T
Loading