Improve -dynamic-too progress messages
With -dynamic-too we run the code generator twice and generate two object files: .o and .o_dyn. However the progress messages do not reflect that:
$ ghc Main.hs -dynamic-too
[1 of 1] Compiling Lib ( Main.hs, Main.o )
I think a better message would be:
[1 of 1] Compiling Lib ( Main.hs, Main.o, Main.dyn_o )
Trac metadata
| Trac field | Value |
|---|---|
| Version | 8.7 |
| Type | Task |
| TypeOfFailure | OtherFailure |
| Priority | lowest |
| Resolution | Unresolved |
| Component | Compiler |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | |
| Architecture |