[llvm] r188527 - [tests] Add a hack to eliminate some dangling .s files on buildbots.

Daniel Dunbar daniel at zuster.org
Thu Aug 15 19:54:00 PDT 2013


Author: ddunbar
Date: Thu Aug 15 21:54:00 2013
New Revision: 188527

URL: http://llvm.org/viewvc/llvm-project?rev=188527&view=rev
Log:
[tests] Add a hack to eliminate some dangling .s files on buildbots.

 - Benjamin fixed the emission of this file in r179937, but it still lives on a
   few buildbots. We should probably clean up the build dirs once in a while,
   eh?

Modified:
    llvm/trunk/test/CodeGen/X86/misched-copy.ll

Modified: llvm/trunk/test/CodeGen/X86/misched-copy.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/misched-copy.ll?rev=188527&r1=188526&r2=188527&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/misched-copy.ll (original)
+++ llvm/trunk/test/CodeGen/X86/misched-copy.ll Thu Aug 15 21:54:00 2013
@@ -1,4 +1,12 @@
 ; REQUIRES: asserts
+;
+; FIXME: The following line is a hack to remove any stray files which might have
+; been left dangling around by this test. It can be removed once the various
+; bots have cycled past this commit.
+;
+; RUN: rm -f misched-copy.s
+;
+;
 ; RUN: llc < %s -march=x86 -mcpu=core2 -pre-RA-sched=source -enable-misched -verify-misched -debug-only=misched -o - 2>&1 > /dev/null | FileCheck %s
 ;
 ; Test scheduling of copy instructions.





More information about the llvm-commits mailing list