[llvm-commits] [test-suite] r58062 - /test-suite/trunk/Makefile.programs
Dan Gohman
gohman at apple.com
Thu Oct 23 18:40:57 PDT 2008
Author: djg
Date: Thu Oct 23 20:40:56 2008
New Revision: 58062
URL: http://llvm.org/viewvc/llvm-project?rev=58062&view=rev
Log:
Cleanup files like bugpoint.test.bc too.
Modified:
test-suite/trunk/Makefile.programs
Modified: test-suite/trunk/Makefile.programs
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile.programs?rev=58062&r1=58061&r2=58062&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Thu Oct 23 20:40:56 2008
@@ -548,6 +548,7 @@
clean::
rm -f bugpoint-*
+ rm -f bugpoint.*
rm -rf Output/misopt-*
LIBPROFILESO = $(LLVM_OBJ_ROOT)/Debug/lib/libprofile_rt.so
More information about the llvm-commits
mailing list