From bfeb28087ae76b6c241a6dc1727429fe8f6f76a7 Mon Sep 17 00:00:00 2001 From: Sean Callanan Date: Thu, 4 Oct 2012 22:37:53 +0000 Subject: [PATCH] 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 --- lldb/scripts/build-llvm.pl | 3 --- 1 file changed, 3 deletions(-) diff --git a/lldb/scripts/build-llvm.pl b/lldb/scripts/build-llvm.pl index c5e6e147823e..11ad9e506cdb 100644 --- a/lldb/scripts/build-llvm.pl +++ b/lldb/scripts/build-llvm.pl @@ -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.