diff options
author | Eric Christopher <echristo@gmail.com> | 2013-02-18 00:38:34 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-02-18 00:38:34 +0000 |
commit | 3fcdea71152ed2e3efedbf8e3b3c1309dae67ab6 (patch) | |
tree | ed9d41ba86f2763c6061d9523f006620c6f40358 /lib/Driver/Tools.cpp | |
parent | cfc01e45dd2ea51017aea299431c119dbcd94e53 (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.cpp | 1 |
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)) |