From d3fcec36296250ccc4d7781f4e9abc73977ab339 Mon Sep 17 00:00:00 2001
From: Prakalp Srivastava <psrivas2@illinois.edu>
Date: Wed, 17 Dec 2014 00:38:59 +0000
Subject: [PATCH] Changed makefile of MatrixMul benchmark to delete nvptx.s*

---
 llvm/test/VISC/MatrixMultiplication/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/test/VISC/MatrixMultiplication/Makefile b/llvm/test/VISC/MatrixMultiplication/Makefile
index e1ece78f98..f99f89d3d6 100644
--- a/llvm/test/VISC/MatrixMultiplication/Makefile
+++ b/llvm/test/VISC/MatrixMultiplication/Makefile
@@ -27,4 +27,4 @@ $(HOST:%=%.bin):%.bin:%.c
 	$(LLVM_CC) -O3 -lOpenCL -I /usr/local/cuda/include $< -o $@
 
 clean :
-	rm -f $(HOST).ll $(KERNELS).ll *.bc *.s *.bin *.kernels.ll DataflowGraph.dot*
+	rm -f $(HOST).ll $(KERNELS).ll *.bc *.s nvptx.s* *.bin *.kernels.ll DataflowGraph.dot*
-- 
GitLab