Displaying 1 result from an estimated 1 matches for "dbfab2b5".
2019 Oct 16
2
[RFC] Adding time-trace to LLD?
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