[llvm-commits] [llvm] r108523 - /llvm/trunk/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll

Benjamin Kramer benny.kra at googlemail.com
Fri Jul 16 03:58:02 PDT 2010


Author: d0k
Date: Fri Jul 16 05:58:02 2010
New Revision: 108523

URL: http://llvm.org/viewvc/llvm-project?rev=108523&view=rev
Log:
Feed the right output into FileCheck.

Modified:
    llvm/trunk/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll

Modified: llvm/trunk/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll?rev=108523&r1=108522&r2=108523&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll (original)
+++ llvm/trunk/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll Fri Jul 16 05:58:02 2010
@@ -1,5 +1,5 @@
-; RUN: llc -mtriple=thumbv6-apple-darwin10 %s -o - | FileCheck %s
-; RUN: opt -strip-debug < %s -o - | llc -mtriple=thumbv6-apple-darwin10 %s -o - | FileCheck %s
+; RUN: llc -mtriple=thumbv6-apple-darwin10 < %s | FileCheck %s
+; RUN: opt -strip-debug < %s | llc -mtriple=thumbv6-apple-darwin10 | FileCheck %s
 ; Stripping out debug info formerly caused the last two multiplies to be emitted in
 ; the other order.  7797940 (part of it dated 6/29/2010..7/15/2010).
 





More information about the llvm-commits mailing list