[llvm] r273641 - Temporary hack to clean a file from buildbots.

George Burgess IV via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 23 19:19:12 PDT 2016


Author: gbiv
Date: Thu Jun 23 21:19:11 2016
New Revision: 273641

URL: http://llvm.org/viewvc/llvm-project?rev=273641&view=rev
Log:
Temporary hack to clean a file from buildbots.

Some buildbots are complaining about a .s file under test/ that was
inadvertently created by a test earlier today, and is still hanging
around. I'll undo this change in ~1hr (or whenever the bots are done
getting rid of said file).

Modified:
    llvm/trunk/test/DebugInfo/X86/pr28270.ll

Modified: llvm/trunk/test/DebugInfo/X86/pr28270.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/pr28270.ll?rev=273641&r1=273640&r2=273641&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/pr28270.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/pr28270.ll Thu Jun 23 21:19:11 2016
@@ -1,4 +1,6 @@
-; RUN: llc < %s 
+; RUN: llc < %s
+; RUN: rm -f %S/pr28270.s
+; ^ Temporary hack to fix buildbots.
 
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
 target triple = "x86_64-unknown-linux-gnu"




More information about the llvm-commits mailing list