[PATCH] D131469: [Clang] change default storing path of `-ftime-trace`

Jamie Schmeiser via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 2 12:27:20 PDT 2022


jamieschmeiser accepted this revision.
jamieschmeiser added a comment.

If the source is specified with a partial path, I would expect the .json file to be in the same directory as the source, so dir1/f.C and dir2/f.C would result in dir1/f.json and dir2/f.json.  But this can be a later improvement.  Let's get this landed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131469



More information about the cfe-commits mailing list