Mark this test as Darwin only. Patch by Bill Wendling.
authorStuart Hastings <stuart@apple.com>
Mon, 6 Jul 2009 15:36:23 +0000 (15:36 +0000)
committerStuart Hastings <stuart@apple.com>
Mon, 6 Jul 2009 15:36:23 +0000 (15:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74829 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC++/2009-06-30-ByrefBlock.cpp

index 6f8869c5413a21ecfb55cab62164795e93651663..be9c94fd176a8b1498927f2f2194d9b3339a0d8e 100644 (file)
@@ -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;