[PATCH] D133662: [Clang] Change -ftime-trace storing path and support multiple compilation jobs

Jamie Schmeiser via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 18 08:15:54 PDT 2022


jamieschmeiser added a comment.

I had an email exchange with @dongjunduo about this situation.  He was a GSoC student that @Whitney and I were mentoring for the past summer.  He agrees that your approach is cleaner.  There appears to be two parts to your work.  First, you implemented the determining and passing of the options differently, and secondly, you improved the handling of off-loading and system specific file handling.  Based on your earlier response, we proposed to him the following and he agrees that it seems appropriate.  Could you please add comments to https://reviews.llvm.org/D131469 and he will work with you to change his code to reflect searching for -o and using the virtual functions.  Then, if @MaskRay agrees, he can land his code and finish up his GSoC work.  You can then add your extensions of off-loading and file-handling.  Is this acceptable to you?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133662



More information about the cfe-commits mailing list