forked from OSchip/llvm-project
Give this test a triple; I don't think we want to #define __unsafe_unretained
on all platforms in non-ARC mode. llvm-svn: 133114
This commit is contained in:
parent
2c2aa9a9be
commit
ada065ff52
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_cc1 -fsyntax-only -verify -fblocks -fobjc-nonfragile-abi %s
|
||||
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -verify -fblocks -fobjc-nonfragile-abi %s
|
||||
// RUN: %clang_cc1 -fsyntax-only -verify -fblocks -fobjc-nonfragile-abi -fobjc-arc %s
|
||||
|
||||
struct X {
|
||||
|
|
Loading…
Reference in New Issue