[llvm-commits] [llvm] r74829 - /llvm/trunk/test/FrontendC++/2009-06-30-ByrefBlock.cpp
Stuart Hastings
stuart at apple.com
Mon Jul 6 08:36:24 PDT 2009
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;
More information about the llvm-commits
mailing list