[llvm-commits] [llvm] r106862 - /llvm/trunk/test/FrontendC/2010-06-24-DbgInlinedFnParameter.c

Dale Johannesen dalej at apple.com
Fri Jun 25 13:09:11 PDT 2010


On Jun 25, 2010, at 10:32 AMPDT, Devang Patel wrote:

> Author: dpatel
> Date: Fri Jun 25 12:32:23 2010
> New Revision: 106862
>
> URL: http://llvm.org/viewvc/llvm-project?rev=106862&view=rev
> Log:
> XFAIL this test on powerpc for now.

It's also failing in a x86-32 self-build...

> Modified:
>    llvm/trunk/test/FrontendC/2010-06-24-DbgInlinedFnParameter.c
>
> Modified: llvm/trunk/test/FrontendC/2010-06-24-DbgInlinedFnParameter.c
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2010-06-24-DbgInlinedFnParameter.c?rev=106862&r1=106861&r2=106862&view=diff
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- llvm/trunk/test/FrontendC/2010-06-24-DbgInlinedFnParameter.c  
> (original)
> +++ llvm/trunk/test/FrontendC/2010-06-24-DbgInlinedFnParameter.c Fri  
> Jun 25 12:32:23 2010
> @@ -1,6 +1,7 @@
> // RUN: %llvmgcc -S -O2 -g %s -o - | llc -O2 -o %t.s
> // RUN: grep  "# DW_TAG_formal_parameter" %t.s | count 4
> // Radar 8122864
> +// XFAIL: powerpc
> static int foo(int a, int j) {
>   int k = 0;
>   if (a)
>
>
> _______________________________________________
> 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