[llvm-dev] [RFC] Adding time-trace to LLD?

Russell Gallop via llvm-dev llvm-dev at lists.llvm.org
Wed Oct 16 08:33:44 PDT 2019


Hi all,

I've been using -ftime-trace on the compiler and find it very useful for
analysing compile times and whole build times. I've made a first attempt at
adding this to LLD (ELF) so link times can be traced in the same way:
https://reviews.llvm.org/D69043

This works for LTO and ThinLTO, but needs some more work to make sure it
scales well across multiple threads.

Please let me know whether you think this is worth pursuing?

Thanks
Russ
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191016/4b4e4215/attachment.html>


More information about the llvm-dev mailing list