Temporary hack to clean a file from buildbots.

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).

llvm-svn: 273641
This commit is contained in:
George Burgess IV 2016-06-24 02:19:11 +00:00
parent a5d6765cb0
commit 43e9ba0e5a
1 changed files with 3 additions and 1 deletions

View 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"