1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Added some comments to clarify code around sub TestDirectory

llvm-svn: 29658
This commit is contained in:
Patrick Jenkins 2006-08-14 16:07:14 +00:00
parent e51d80e9ff
commit 08a5429d76

View File

@ -636,7 +636,6 @@ if (!$NOCHECKOUT && !$NOBUILD) {
#my $NumLibraries = scalar(grep(!/executable/, @Linked));
#my $NumObjects = `grep ']\: Compiling ' $BuildLog | wc -l` + 0;
# Get the number of lines of source code. Must be here after the build is done
# because countloc.sh uses the llvm-config script which must be built.
my $LOC = `utils/countloc.sh`;
@ -831,7 +830,7 @@ sub TestDirectory {
ChangeDir( "../../..", "Programs Test Parent Directory" );
return ($ProgramsTable, $llcbeta_options);
}
} #end sub TestDirectory
if (!$BuildError) {
if ( $VERBOSE ) {