forked from OSchip/llvm-project
6 lines
318 B
Matlab
6 lines
318 B
Matlab
// We should be synthesizing properties by default on all platforms now.
|
|
// RUN: %clang -### -target armv7-unknown-freebsd %s 2>&1 | FileCheck %s
|
|
// RUN: %clang -### -target armv7-apple-ios %s 2>&1 | FileCheck %s
|
|
// RUN: %clang -### -target i686-apple-macosx %s 2>&1 | FileCheck %s
|
|
// CHECK: -fobjc-default-synthesize
|