From 9cc8fa72a3f23a7233866127dab85808b3f987ce Mon Sep 17 00:00:00 2001 From: Stuart Hastings Date: Mon, 6 Jul 2009 15:36:23 +0000 Subject: [PATCH] Mark this test as Darwin only. Patch by Bill Wendling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74829 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FrontendC++/2009-06-30-ByrefBlock.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/FrontendC++/2009-06-30-ByrefBlock.cpp b/test/FrontendC++/2009-06-30-ByrefBlock.cpp index 6f8869c5413..be9c94fd176 100644 --- a/test/FrontendC++/2009-06-30-ByrefBlock.cpp +++ b/test/FrontendC++/2009-06-30-ByrefBlock.cpp @@ -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 // +// END. extern void fubar_dispatch_sync(void (^PP)(void)); void fubar() { __block void *voodoo; -- 2.34.1