[PATCH] D34304: Allow CompilerInvocations to generate .d files.

Manuel Klimek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 30 03:20:40 PDT 2017


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

LG, thx for bearing with me, this looks great.
(and sorry if I didn't send this earlier, just noticed I forgot to hit submit :( )



================
Comment at: lib/Tooling/ArgumentsAdjusters.cpp:66
+          (Arg == "-MD") || (Arg == "-MMD")) {
+        // Output is specified as -MX foo. Skip the next argument also.
+        ++i;
----------------
s/ also/, too/?


https://reviews.llvm.org/D34304





More information about the cfe-commits mailing list