summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNirav Dave <niravd@google.com>2016-06-23 18:06:35 +0000
committerNirav Dave <niravd@google.com>2016-06-23 18:06:35 +0000
commit38bb1c15fdf76ab0632c0062d06867cb6c93c7af (patch)
tree6f423e76393306307a29b968b196b187309a7947
parent2951e6b31451338f84cb6afc2053d58cd1c14acc (diff)
downloadbcm5719-llvm-38bb1c15fdf76ab0632c0062d06867cb6c93c7af.tar.gz
bcm5719-llvm-38bb1c15fdf76ab0632c0062d06867cb6c93c7af.zip
Prevent generation of temp file in test from r273585.
llvm-svn: 273588
-rw-r--r--llvm/test/DebugInfo/X86/pr28270.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/pr28270.ll b/llvm/test/DebugInfo/X86/pr28270.ll
index 5f08407aea7..0d8151cdda0 100644
--- a/llvm/test/DebugInfo/X86/pr28270.ll
+++ b/llvm/test/DebugInfo/X86/pr28270.ll
@@ -1,4 +1,4 @@
-; RUN: llc %s
+; RUN: llc < %s
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"
OpenPOWER on IntegriCloud