[llvm] r211963 - Temporary hack to try cleaning extra .s file from bots.

Matt Arsenault Matthew.Arsenault at amd.com
Fri Jun 27 14:43:50 PDT 2014


Author: arsenm
Date: Fri Jun 27 16:43:50 2014
New Revision: 211963

URL: http://llvm.org/viewvc/llvm-project?rev=211963&view=rev
Log:
Temporary hack to try cleaning extra .s file from bots.

Modified:
    llvm/trunk/test/CodeGen/R600/private-memory-broken.ll

Modified: llvm/trunk/test/CodeGen/R600/private-memory-broken.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/R600/private-memory-broken.ll?rev=211963&r1=211962&r2=211963&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/R600/private-memory-broken.ll (original)
+++ llvm/trunk/test/CodeGen/R600/private-memory-broken.ll Fri Jun 27 16:43:50 2014
@@ -1,4 +1,5 @@
 ; RUN: not llc -verify-machineinstrs -march=r600 -mcpu=SI %s -o /dev/null 2>&1 | FileCheck %s
+; RUN: rm %S/private-memory-broken.s
 
 ; Make sure promote alloca pass doesn't crash
 





More information about the llvm-commits mailing list