Skip to content
Snippets Groups Projects
Commit ebed32cf authored by David Chisnall's avatar David Chisnall
Browse files

Add a test that we are passing the -fobjc-default-synthesize flag for Apple and

non-Apple platforms.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176477 91177308-0d34-0410-b5e6-96231b3b80d8
parent 3c5cd15d
No related branches found
No related tags found
No related merge requests found
// 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
// REQUIRES: clang-driver
// CHECK: -fobjc-default-synthesize
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment