summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2013-08-16 02:54:00 +0000
committerDaniel Dunbar <daniel@zuster.org>2013-08-16 02:54:00 +0000
commitc7581db4b984f98795233068cefe0aa112dd56c3 (patch)
tree18561a0c0bb1ed10ebbaaa45cd2f43fb8a790e90
parentf296f3131988c51b7640ec69e63d6c1b789c72a3 (diff)
downloadbcm5719-llvm-c7581db4b984f98795233068cefe0aa112dd56c3.tar.gz
bcm5719-llvm-c7581db4b984f98795233068cefe0aa112dd56c3.zip
[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? llvm-svn: 188527
-rw-r--r--llvm/test/CodeGen/X86/misched-copy.ll8
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/misched-copy.ll b/llvm/test/CodeGen/X86/misched-copy.ll
index 0450cfb5390..8268719a3f4 100644
--- a/llvm/test/CodeGen/X86/misched-copy.ll
+++ b/llvm/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.
OpenPOWER on IntegriCloud