diff options
author | Nirav Dave <niravd@google.com> | 2016-06-23 18:06:35 +0000 |
---|---|---|
committer | Nirav Dave <niravd@google.com> | 2016-06-23 18:06:35 +0000 |
commit | 38bb1c15fdf76ab0632c0062d06867cb6c93c7af (patch) | |
tree | 6f423e76393306307a29b968b196b187309a7947 | |
parent | 2951e6b31451338f84cb6afc2053d58cd1c14acc (diff) | |
download | bcm5719-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.ll | 2 |
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" |