[llvm] r267095 - Try to fix UNRESOLVED: LLVM :: CodeGen/AArch64/arm64-regress-opt-cmp.s on bots.

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 21 18:08:56 PDT 2016


Author: nico
Date: Thu Apr 21 20:08:56 2016
New Revision: 267095

URL: http://llvm.org/viewvc/llvm-project?rev=267095&view=rev
Log:
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.

Modified:
    llvm/trunk/test/CodeGen/AArch64/arm64-regress-opt-cmp.mir

Modified: llvm/trunk/test/CodeGen/AArch64/arm64-regress-opt-cmp.mir
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/arm64-regress-opt-cmp.mir?rev=267095&r1=267094&r2=267095&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/arm64-regress-opt-cmp.mir (original)
+++ llvm/trunk/test/CodeGen/AArch64/arm64-regress-opt-cmp.mir Thu Apr 21 20:08:56 2016
@@ -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 {{.*}}




More information about the llvm-commits mailing list