forked from OSchip/llvm-project
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:
parent
b27777ff02
commit
bfeb28087a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue