[llvm] r211967 - Revert "Temporary hack to try cleaning extra .s file from bots."

Matt Arsenault Matthew.Arsenault at amd.com
Fri Jun 27 16:11:26 PDT 2014


Author: arsenm
Date: Fri Jun 27 18:11:26 2014
New Revision: 211967

URL: http://llvm.org/viewvc/llvm-project?rev=211967&view=rev
Log:
Revert "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=211967&r1=211966&r2=211967&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/R600/private-memory-broken.ll (original)
+++ llvm/trunk/test/CodeGen/R600/private-memory-broken.ll Fri Jun 27 18:11:26 2014
@@ -1,5 +1,4 @@
 ; 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