diff options
-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" |