]> granicus.if.org Git - clang/commitdiff
Add a comment.
authorEric Christopher <echristo@gmail.com>
Mon, 18 Feb 2013 00:38:34 +0000 (00:38 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 18 Feb 2013 00:38:34 +0000 (00:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175412 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/Tools.cpp

index cb207ff28b48c0acb26f72f346d1f3bc6d0081c5..f827122106aab74965184faf89ee99a3da761bc8 100644 (file)
@@ -3196,6 +3196,7 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
     CmdArgs.push_back(Args.MakeArgString(Flags.str()));
   }
 
+  // Finally add the command to the compilation.
   C.addCommand(new Command(JA, *this, Exec, CmdArgs));
 
   if (Arg *A = Args.getLastArg(options::OPT_pg))