Include links to stderr output of clang in the table of files that clang rejects.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56173 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/ccc-analyzer b/utils/ccc-analyzer
index 739e248..845977e 100755
--- a/utils/ccc-analyzer
+++ b/utils/ccc-analyzer
@@ -48,7 +48,7 @@
close OUT;
`uname -a >> $PPFile.info 2>&1`;
`$CC -v >> $PPFile.info 2>&1`;
- system 'mv',$ofile,"$PPFile.output";
+ system 'mv',$ofile,"$PPFile.stderr.txt";
}
##----------------------------------------------------------------------------##