[PATCH] D128048: Add a new clang option "-ftime-trace-path"

dongjunduo via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 30 05:59:31 PDT 2022


dongjunduo added a comment.

Hi @jamieschmeiser @Whitney @MaskRay, I have changed "-ftime-trace-path" to "-ftime-trace". It is a well-spelling option name.

The user can turn on the time-trace by:

- specifying "**-ftime-trace**" only and output it to the default directory (the same as the "-o" option's value)
- specifying "**-ftime-trace=the-directory-you-want**"
- specifying "**-ftime-trace=the-directory-you-want/**"
- specifying "**-ftime-trace=the-full-file-path-you-want**"


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128048



More information about the cfe-commits mailing list