r175412 - Add a comment.
Eric Christopher
echristo at gmail.com
Sun Feb 17 16:38:34 PST 2013
Author: echristo
Date: Sun Feb 17 18:38:34 2013
New Revision: 175412
URL: http://llvm.org/viewvc/llvm-project?rev=175412&view=rev
Log:
Add a comment.
Modified:
cfe/trunk/lib/Driver/Tools.cpp
Modified: cfe/trunk/lib/Driver/Tools.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Tools.cpp?rev=175412&r1=175411&r2=175412&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/Tools.cpp (original)
+++ cfe/trunk/lib/Driver/Tools.cpp Sun Feb 17 18:38:34 2013
@@ -3196,6 +3196,7 @@ void Clang::ConstructJob(Compilation &C,
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))
More information about the cfe-commits
mailing list