[llvm] r273588 - Prevent generation of temp file in test from r273585.

Nirav Dave via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 23 11:06:35 PDT 2016


Author: niravd
Date: Thu Jun 23 13:06:35 2016
New Revision: 273588

URL: http://llvm.org/viewvc/llvm-project?rev=273588&view=rev
Log:
Prevent generation of temp file in test from r273585.

Modified:
    llvm/trunk/test/DebugInfo/X86/pr28270.ll

Modified: llvm/trunk/test/DebugInfo/X86/pr28270.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/pr28270.ll?rev=273588&r1=273587&r2=273588&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/pr28270.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/pr28270.ll Thu Jun 23 13:06:35 2016
@@ -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"




More information about the llvm-commits mailing list