[GHC] #16062: Improve -dynamic-too progress messages
GHC
ghc-devs at haskell.org
Fri Jan 4 11:44:19 UTC 2019
#16062: Improve -dynamic-too progress messages
-------------------------------------+-------------------------------------
Reporter: osa1 | Owner: (none)
Type: task | Status: new
Priority: lowest | Milestone:
Component: Compiler | Version: 8.7
Resolution: | Keywords: newcomer
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by adamse):
Here are some notes:
The list of files seems to be produced by {{{showModMsg}}} in
main/HscTypes.hs. It uses {{{ModLocation{ml_obj_file} }}} to say which .o
file we're compiling. There is no corresponding {{{ml_dyn_obj_file}}} but
the name could perhaps be reconstructed using ml_obj_file and
{{{dynObjectSuf}}} from dflags.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16062#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list