Lines Matching +full:- +full:- +full:exclude
4 # was created using the "build-llvm.pl" shell script. It will create
22 if ($? == -1)
58 if (!-d $rsync_dst)
63 if (-e $rsync_src)
67 -e $rsync_dst_dir or do_command ("mkdir -p '$rsync_dst_dir'");
68 …do_command ("rsync -amvC --exclude='*.tmp' --exclude='*.txt' --exclude='*.TXT' --exclude='*.td' --…
89 -e $llvm_build_dir or die "LLVM build directory doesn't exist: '$llvm_build_dir': $!\n";
119 do_command ("rm -rf '$llvm_zip_file'", "Removing old llvm checkpoint file '$llvm_zip_file'", 1);
120 …do_command ("(cd '$temp_dir' ; zip -r '$llvm_zip_file' 'llvm')", "Zipping llvm checkpoint director…
124 …print "USAGE\n\tcheckpoint-llvm.pl <llvm-sources> <llvm-build> <lldb-build> <llvm-zip> <arch1> [<a…
125 …print "EXAMPLE\n\tcd lldb\n\t./scripts/checkpoint-llvm.pl llvm build/llvm build/BuildAndIntegratio…