[PATCH] D128451: [lld ELF and mac] Add --trace-to=<file> as short for --time-trace --time-trace-file=<file>
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 23 10:27:32 PDT 2022
MaskRay added a comment.
To have a single option, I suggest `--time-trace=file` beside the existing `--time-trace`.
You may even remove `--time-trace-file=file`. The options are for debugging and analysis, and do not need strong compatibility.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128451/new/
https://reviews.llvm.org/D128451
More information about the llvm-commits
mailing list