Removed a directive to delete the test subdirectories

from LLVM and Clang.  This made "svn update" very
unpleasant if the original repository was fetched by
build-llvm.pl.

llvm-svn: 165268
This commit is contained in:
Sean Callanan 2012-10-04 22:37:53 +00:00
parent b27777ff02
commit bfeb28087a
1 changed files with 0 additions and 3 deletions

View File

@ -129,9 +129,6 @@ else
{
do_command ("cd '$llvm_srcroot/tools/clang' && patch -p0 < $patch");
}
print "Removing the llvm/test and llvm/tools/clang/test directories...\n";
do_command ("cd '$llvm_srcroot' && rm -rf test && rm -rf tools/clang/test ", "removing test directories", 1);
}
# If our output file already exists then we need not generate it again.