diff options
author | erthalion <9erthalion6@gmail.com> | 2019-04-05 22:01:52 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-04-16 15:40:36 -0400 |
commit | 57eb5bc61317e5cdf1fd5745036e443037a37451 (patch) | |
tree | 6397f09d8c0947903f7f3b3eb3a41ea890890a34 /compiler/codeGen | |
parent | be05bd8168b0ea65d63dc0093a5c8781a2528500 (diff) | |
download | haskell-57eb5bc61317e5cdf1fd5745036e443037a37451.tar.gz |
Show dynamic object files (#16062)
Closes #16062. When -dynamic-too is specified, reflect that in the
progress message, like:
$ ghc Main.hs -dynamic-too
[1 of 1] Compiling Lib ( Main.hs, Main.o, Main.dyn_o )
instead of:
$ ghc Main.hs -dynamic-too
[1 of 1] Compiling Lib ( Main.hs, Main.o )
Diffstat (limited to 'compiler/codeGen')
0 files changed, 0 insertions, 0 deletions