[llvm-commits] [llvm] r74829 - /llvm/trunk/test/FrontendC++/2009-06-30-ByrefBlock.cpp

Bill Wendling isanbard at gmail.com
Mon Jul 6 15:59:40 PDT 2009


Thanks, Stuart!

-bw

On Mon, Jul 6, 2009 at 8:36 AM, Stuart Hastings<stuart at apple.com> wrote:
> Author: stuart
> Date: Mon Jul  6 10:36:23 2009
> New Revision: 74829
>
> URL: http://llvm.org/viewvc/llvm-project?rev=74829&view=rev
> Log:
> Mark this test as Darwin only.  Patch by Bill Wendling.
>
> Modified:
>    llvm/trunk/test/FrontendC++/2009-06-30-ByrefBlock.cpp
>
> Modified: llvm/trunk/test/FrontendC++/2009-06-30-ByrefBlock.cpp
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2009-06-30-ByrefBlock.cpp?rev=74829&r1=74828&r2=74829&view=diff
>
> ==============================================================================
> --- llvm/trunk/test/FrontendC++/2009-06-30-ByrefBlock.cpp (original)
> +++ llvm/trunk/test/FrontendC++/2009-06-30-ByrefBlock.cpp Mon Jul  6 10:36:23 2009
> @@ -1,6 +1,9 @@
> -// Insure __block_holder_tmp is allocated on the stack.
> +// Insure __block_holder_tmp is allocated on the stack.  Darwin only.
>  // RUN: %llvmgxx %s -S -O2 -o - | egrep {__block_holder_tmp.*alloca}
> +// XFAIL: *
> +// XTARGET: darwin
>  // <rdar://problem/5865221>
> +// END.
>  extern void fubar_dispatch_sync(void (^PP)(void));
>  void fubar() {
>   __block void *voodoo;
>
>
> _______________________________________________
> 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