[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 09:26:45 PST 2019


russell.gallop updated this revision to Diff 233389.
russell.gallop added a comment.

Removed StringRef("") in several places after D71347 <https://reviews.llvm.org/D71347>.
Added some more time scopes to account for gaps in time trace.
Updated tests for args/detail not always being present.


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

https://reviews.llvm.org/D71060

Files:
  lld/ELF/Config.h
  lld/ELF/Driver.cpp
  lld/ELF/ICF.cpp
  lld/ELF/LTO.cpp
  lld/ELF/MarkLive.cpp
  lld/ELF/Options.td
  lld/ELF/SyntheticSections.cpp
  lld/ELF/Writer.cpp
  lld/test/ELF/check-time-trace.s
  lld/test/ELF/lto/thinlto-time-trace.ll
  llvm/include/llvm/LTO/Config.h
  llvm/lib/LTO/LTO.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71060.233389.patch
Type: text/x-patch
Size: 13674 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191211/cea87861/attachment-0001.bin>


More information about the llvm-commits mailing list