diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2021-09-30 12:16:02 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-10-19 03:30:16 -0400 |
commit | 3d6eb85efcebb5854de880d24f9c8011688fb933 (patch) | |
tree | f29362f694fc1e9743291fc51b4c4ac9b5ed32d6 /compiler/GHC/Driver/Main.hs | |
parent | df419c1abd7daa3aa0231747582333357b8e9b85 (diff) | |
download | haskell-3d6eb85efcebb5854de880d24f9c8011688fb933.tar.gz |
driver: Correct output of -fno-code and -dynamic-too
Before we would print
[1 of 3] Compiling T[boot] ( T.hs-boot, nothing, T.dyn_o )
Which was clearly wrong for two reasons.
1. No dynamic object file was produced for T[boot]
2. The file would be called T.dyn_o-boot if it was produced.
Fixes #20300
Diffstat (limited to 'compiler/GHC/Driver/Main.hs')
0 files changed, 0 insertions, 0 deletions