aganea accepted this revision.
aganea added a comment.
This revision is now accepted and ready to land.

Thanks again for the changes @sepavloff! Looks good to me!
You might wait a bit before commiting, if there are further comments.



================
Comment at: clang/lib/Driver/Driver.cpp:3806
+        else
+          Command::printArg(Out, Cmd.getOutputFilenames().front(), true);
+        Out << ','
----------------
Please note that I've just moved this function to `llvm::sys::printArg`, you 
will need to update before commit.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78903



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to