Blow away compiled versions of qmtest classes on 'make clean'.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10119 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Makefile b/test/Makefile
index 163d5b3..5a9a7f0 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -99,4 +99,6 @@
 
 clean::
 	$(RM) -rf $(LLVM_OBJ_ROOT)/test/tmp
+	$(RM) -f $(LLVM_SRC_ROOT)/test/QMTest/*.pyo \
+		$(LLVM_OBJ_ROOT)/test/QMTest/*.pyo