From f3fc7483088071cbcf70733f5aaa58c83c1cf448 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Fri, 22 Apr 2016 01:08:56 +0000 Subject: [PATCH] Try to fix UNRESOLVED: LLVM :: CodeGen/AArch64/arm64-regress-opt-cmp.s on bots. This test used to write a .s file until r266971 fixed that. But on most bots, the .s file still exists. Add an rm statement to clean up the bots. In a few days, this statement can go away again. llvm-svn: 267095 --- llvm/test/CodeGen/AArch64/arm64-regress-opt-cmp.mir | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/CodeGen/AArch64/arm64-regress-opt-cmp.mir b/llvm/test/CodeGen/AArch64/arm64-regress-opt-cmp.mir index 50344db..de63346 100644 --- a/llvm/test/CodeGen/AArch64/arm64-regress-opt-cmp.mir +++ b/llvm/test/CodeGen/AArch64/arm64-regress-opt-cmp.mir @@ -1,3 +1,4 @@ +# RUN: rm -f %S/arm64-regress-opt-cmp.s # RUN: llc -mtriple=aarch64-linux-gnu -run-pass peephole-opts -o - %s 2>&1 | FileCheck %s # CHECK: %1 = ANDWri {{.*}} # CHECK-NEXT: %wzr = SUBSWri {{.*}} -- 2.7.4