Fix what appears to be a copy-paste error.
authorSean Silva <silvas@purdue.edu>
Sun, 20 Jan 2013 01:58:26 +0000 (01:58 +0000)
committerSean Silva <silvas@purdue.edu>
Sun, 20 Jan 2013 01:58:26 +0000 (01:58 +0000)
commit2118a5cd2bf1ed98823e7ee9b52bb51bb7a3b33b
tree6c33d1b21fba382bee9b1f3b21e60132263b7994
parentd42917f01c39b5300e844c3ab038547498385279
Fix what appears to be a copy-paste error.

This looks like it was copied from SetUpBuildDumpLog, which dumps to the
file `DiagOpts->DumpBuildInformation`. There is another member
`DiagOpts->DiagnosticLogFile` which appears to be unused. The fact that
this feature doesn't even print to the output file specified on the
command line makes me think that it should be ripped out.

llvm-svn: 172944
clang/lib/Frontend/CompilerInstance.cpp