Clean up the tablegen descriptions for SparcV8.
[oota-llvm.git] / test / Makefile
index 5a9a7f0366bc7456ff73a6ba1f3e885e61c133e6..ad9c6ecbd4783a3a9830f3e6fef1ac5735229761 100644 (file)
@@ -91,14 +91,17 @@ register:
        $(QMTEST) register test llvm.CXXTest
        $(QMTEST) register database llvmdb.llvmdb
 
-#
 # Start up the QMTest GUI
-#
 gui::
        $(QMTEST) gui --no-browser --daemon
 
-clean::
+# Also get rid of qmtest garbage when we 'make clean' in this directory.
+clean:: qmtest-clean
+
+qmtest-clean:
        $(RM) -rf $(LLVM_OBJ_ROOT)/test/tmp
        $(RM) -f $(LLVM_SRC_ROOT)/test/QMTest/*.pyo \
                $(LLVM_OBJ_ROOT)/test/QMTest/*.pyo
+       $(RM) -f $(LLVM_SRC_ROOT)/test/results.qmr \
+               $(LLVM_OBJ_ROOT)/test/results.qmr