[llvm-commits] [llvm] r86752 - /llvm/trunk/test/CodeGen/PowerPC/ppc-prologue.ll

Chris Lattner clattner at apple.com
Tue Nov 10 15:36:44 PST 2009


This should specify a triple for the test (mtriple) not xfail.

-chris

On Nov 10, 2009, at 3:18 PM, Bill Wendling wrote:

> Author: void
> Date: Tue Nov 10 17:18:33 2009
> New Revision: 86752
>
> URL: http://llvm.org/viewvc/llvm-project?rev=86752&view=rev
> Log:
> Test this on Darwin only.
>
> Modified:
>    llvm/trunk/test/CodeGen/PowerPC/ppc-prologue.ll
>
> Modified: llvm/trunk/test/CodeGen/PowerPC/ppc-prologue.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/ppc-prologue.ll?rev=86752&r1=86751&r2=86752&view=diff
>
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- llvm/trunk/test/CodeGen/PowerPC/ppc-prologue.ll (original)
> +++ llvm/trunk/test/CodeGen/PowerPC/ppc-prologue.ll Tue Nov 10  
> 17:18:33 2009
> @@ -1,4 +1,6 @@
> ; RUN: llc < %s -march=ppc32 -disable-fp-elim | FileCheck %s
> +; XFAIL: *
> +; XTARGET: darwin
>
> define i32 @_Z4funci(i32 %a) ssp {
> ; CHECK:       mflr r0
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list