[all-commits] [llvm/llvm-project] a2c1f7: [lld, ELF and mac] Add --time-trace=<file>, remove...
Nico Weber via All-commits
all-commits at lists.llvm.org
Thu Jun 23 12:48:55 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a2c1f7c90da770167cecdb008fcf40eaa9f123ce
https://github.com/llvm/llvm-project/commit/a2c1f7c90da770167cecdb008fcf40eaa9f123ce
Author: Nico Weber <thakis at chromium.org>
Date: 2022-06-23 (Thu, 23 Jun 2022)
Changed paths:
M lld/ELF/Driver.cpp
M lld/ELF/Options.td
M lld/MachO/Driver.cpp
M lld/MachO/Options.td
M lld/docs/ReleaseNotes.rst
M lld/test/ELF/time-trace.s
M lld/test/MachO/time-trace.s
Log Message:
-----------
[lld, ELF and mac] Add --time-trace=<file>, remove --time-trace-file=<file>
`--time-trace=foo` has the same behavior as `--time-trace --time-trace-file=<file>`
had previously.
Also, for mac, make --time-trace-granularity *not* imply --time-trace, to match
behavior of the ELF port.
Differential Revision: https://reviews.llvm.org/D128451
More information about the All-commits
mailing list