]> granicus.if.org Git - llvm/commitdiff
Temporary hack to clean a file from buildbots.
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Fri, 24 Jun 2016 02:19:11 +0000 (02:19 +0000)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Fri, 24 Jun 2016 02:19:11 +0000 (02:19 +0000)
Some buildbots are complaining about a .s file under test/ that was
inadvertently created by a test earlier today, and is still hanging
around. I'll undo this change in ~1hr (or whenever the bots are done
getting rid of said file).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273641 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/X86/pr28270.ll

index 0d8151cdda0e44032b0145e173dc1ecbe4f7593f..a2c5ca642dde67402cc0698e8ca7af2c733b342a 100644 (file)
@@ -1,4 +1,6 @@
-; RUN: llc < %s 
+; RUN: llc < %s
+; RUN: rm -f %S/pr28270.s
+; ^ Temporary hack to fix buildbots.
 
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
 target triple = "x86_64-unknown-linux-gnu"