mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-29 22:50:55 +00:00
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
This commit is contained in:
parent
08b7daf3ff
commit
9cc8fa72a3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user