[llvm] r179532 - Avoid outputting temporary test file into source tree.

Andrew Trick atrick at apple.com
Mon Apr 15 10:40:37 PDT 2013


On Apr 15, 2013, at 8:49 AM, Tim Northover <Tim.Northover at arm.com> wrote:
Author: tnorthover
> Date: Mon Apr 15 10:49:13 2013
> New Revision: 179532
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=179532&view=rev
> Log:
> Avoid outputting temporary test file into source tree.
> 
> Modified:
>    llvm/trunk/test/CodeGen/X86/misched-copy.ll
> 
> Modified: llvm/trunk/test/CodeGen/X86/misched-copy.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/misched-copy.ll?rev=179532&r1=179531&r2=179532&view=diff
> ==============================================================================
> --- llvm/trunk/test/CodeGen/X86/misched-copy.ll (original)
> +++ llvm/trunk/test/CodeGen/X86/misched-copy.ll Mon Apr 15 10:49:13 2013
> @@ -1,5 +1,5 @@
> ; REQUIRES: asserts
> -; RUN: llc %s -march=x86 -mcpu=core2 -pre-RA-sched=source -enable-misched -verify-misched -debug-only=misched 2>&1 | FileCheck %s
> +; RUN: llc < %s -march=x86 -mcpu=core2 -pre-RA-sched=source -enable-misched -verify-misched -debug-only=misched 2>&1 > /dev/null | FileCheck %s
> ;
> ; Test scheduling of copy instructions.
> ;

I actually intended simply "-o /dev/null" but your version is fine too. Thanks!

-Andy 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130415/60324f20/attachment.html>


More information about the llvm-commits mailing list