[llvm] r327199 - Clean up a temp file on the buildbots.

George Burgess IV via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 9 18:51:10 PST 2018


Author: gbiv
Date: Fri Mar  9 18:51:10 2018
New Revision: 327199

URL: http://llvm.org/viewvc/llvm-project?rev=327199&view=rev
Log:
Clean up a temp file on the buildbots.

r327100 made us stop producing vecreduce-propagate-sd-flags.s, but it's
still sticking around on some bots. This makes the bots unhappy.

I'll revert this tomorrow.

Modified:
    llvm/trunk/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll

Modified: llvm/trunk/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll?rev=327199&r1=327198&r2=327199&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll (original)
+++ llvm/trunk/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll Fri Mar  9 18:51:10 2018
@@ -1,5 +1,7 @@
 ; REQUIRES: arm-registered-target
 ; REQUIRES: asserts
+; Temporary hack: some bots have this file hanging around. Get rid of it.
+; RUN: rm -f %S/vecreduce-propagate-sd-flags.s
 ; RUN: llc -o /dev/null %s -debug-only=legalize-types 2>&1 | FileCheck %s
 
 ; This test check that when v4f64 gets broken down to two v2f64 it maintains




More information about the llvm-commits mailing list