[Lldb-commits] [lldb] r165268 - /lldb/trunk/scripts/build-llvm.pl

Sean Callanan scallanan at apple.com
Thu Oct 4 15:37:54 PDT 2012


Author: spyffe
Date: Thu Oct  4 17:37:53 2012
New Revision: 165268

URL: http://llvm.org/viewvc/llvm-project?rev=165268&view=rev
Log:
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.

Modified:
    lldb/trunk/scripts/build-llvm.pl

Modified: lldb/trunk/scripts/build-llvm.pl
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/build-llvm.pl?rev=165268&r1=165267&r2=165268&view=diff
==============================================================================
--- lldb/trunk/scripts/build-llvm.pl (original)
+++ lldb/trunk/scripts/build-llvm.pl Thu Oct  4 17:37:53 2012
@@ -129,9 +129,6 @@
     {
         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.





More information about the lldb-commits mailing list