[PATCH] D79780: [LLD][ELF] Add lld -time-trace to man page and release notes

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 13 23:57:37 PDT 2020


MaskRay added inline comments.


================
Comment at: lld/docs/ReleaseNotes.rst:27
 
+* New ``-time-trace`` option records a time trace file that can be viewed in
+  chrome://tracing. The file can be specified with ``-time-trace-file``.  Trace
----------------
`--time-trace`

Also, the feature was added in the last release. It is not correct to mention it for LLD 11.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79780





More information about the llvm-commits mailing list