aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-02-18 00:38:34 +0000
committerEric Christopher <echristo@gmail.com>2013-02-18 00:38:34 +0000
commit3fcdea71152ed2e3efedbf8e3b3c1309dae67ab6 (patch)
treeed9d41ba86f2763c6061d9523f006620c6f40358 /lib/Driver/Tools.cpp
parentcfc01e45dd2ea51017aea299431c119dbcd94e53 (diff)
Add a comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175412 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Tools.cpp')
-rw-r--r--lib/Driver/Tools.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp
index cb207ff28b..f827122106 100644
--- a/lib/Driver/Tools.cpp
+++ b/lib/Driver/Tools.cpp
@@ -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))