[llvm] r180892 - Avoid generating tempfile(s) never used

Michael Liao michael.liao at intel.com
Wed May 1 15:46:50 PDT 2013


Author: hliao
Date: Wed May  1 17:46:50 2013
New Revision: 180892

URL: http://llvm.org/viewvc/llvm-project?rev=180892&view=rev
Log:
Avoid generating tempfile(s) never used

As DejaGNU is deprecated, it seems pipe-jam issue doesn't exist any more.


Modified:
    llvm/trunk/test/CodeGen/X86/vector.ll

Modified: llvm/trunk/test/CodeGen/X86/vector.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vector.ll?rev=180892&r1=180891&r2=180892&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vector.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vector.ll Wed May  1 17:46:50 2013
@@ -1,6 +1,6 @@
 ; Test that vectors are scalarized/lowered correctly.
-; RUN: llc < %s -march=x86 -mcpu=i386 > %t
-; RUN: llc < %s -march=x86 -mcpu=yonah >> %t
+; RUN: llc < %s -march=x86 -mcpu=i386
+; RUN: llc < %s -march=x86 -mcpu=yonah
 
 %d8 = type <8 x double>
 %f1 = type <1 x float>





More information about the llvm-commits mailing list