[PATCH] D71060: [LLD][ELF] Add time-trace to ELF LLD (2/2)

Russell Gallop via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 11 04:55:33 PST 2019


russell.gallop added a comment.

Here are some examples of the output from LLD. One for a llvm-tblgen ThinLTO link (-time-trace-granularity=50000) and a clang Release build (-time-trace-granularity=500). The clang link has some significant gaps in it. I'll see if I can identify where they're from and trace them.

F11023135: llvm-tblgen.png <https://reviews.llvm.org/F11023135>

F11023134: llvm-tblgen.json <https://reviews.llvm.org/F11023134>

F11023133: clang-10.png <https://reviews.llvm.org/F11023133>

F11023132: clang-10.json <https://reviews.llvm.org/F11023132>


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71060/new/

https://reviews.llvm.org/D71060





More information about the llvm-commits mailing list