From: Daniel Dunbar Date: Fri, 16 Aug 2013 02:54:00 +0000 (+0000) Subject: [tests] Add a hack to eliminate some dangling .s files on buildbots. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=32b34f7f720120c30f22a1220222550211fb606b;p=oota-llvm.git [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? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188527 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/misched-copy.ll b/test/CodeGen/X86/misched-copy.ll index 0450cfb5390..8268719a3f4 100644 --- a/test/CodeGen/X86/misched-copy.ll +++ b/test/CodeGen/X86/misched-copy.ll @@ -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.