-Z time-llvm-passes prints no info for llvm passes during LTO

70c3e67
Opened by Matthias Krüger at 2023-04-05 17:36:52

There is information printed when building the individual crates, but when linking everything together and applying llvm passes to the entire program, no information is given:

   time: 0.210; rss: 607MB	ll link "allocator"
    time: 52.029; rss: 693MB	LTO passes
    time: 87.689; rss: 693MB	codegen passes [alacritty3]
  time: 193.546; rss: 262MB	LLVM passes
  time: 0.000; rss: 254MB	serialize work products
    time: 0.000; rss: 253MB	altering alacritty-664aed616dcaaec4.rlib

It might be neat to have that.