diff options
author | George Burgess IV <george.burgess.iv@gmail.com> | 2016-06-24 02:19:11 +0000 |
---|---|---|
committer | George Burgess IV <george.burgess.iv@gmail.com> | 2016-06-24 02:19:11 +0000 |
commit | 43e9ba0e5a0c11b27707c0ab56a942a2a98fb065 (patch) | |
tree | 8cd50e23e72e80cc4c08b07fa4d75521d84a08b8 /llvm | |
parent | a5d6765cb04214b10b5b5b550e554c5411c03b43 (diff) | |
download | bcm5719-llvm-43e9ba0e5a0c11b27707c0ab56a942a2a98fb065.tar.gz bcm5719-llvm-43e9ba0e5a0c11b27707c0ab56a942a2a98fb065.zip |
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
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/DebugInfo/X86/pr28270.ll | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/pr28270.ll b/llvm/test/DebugInfo/X86/pr28270.ll index 0d8151cdda0..a2c5ca642dd 100644 --- a/llvm/test/DebugInfo/X86/pr28270.ll +++ b/llvm/test/DebugInfo/X86/pr28270.ll @@ -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" |