xref: /llvm-project/clang/test/Driver/objc-sdk-migration-options.m (revision 0f1c1be1968076d6f96f8a7bcc4a15cf195ecd97)
1// Check miscellaneous Objective-C sdk migration options.
2
3// RUN: %clang  -objcmt-migrate-property-dot-syntax -target x86_64-apple-darwin10 -S -### %s \
4// RUN:   -arch x86_64 2> %t
5// RUN: FileCheck < %t %s
6
7// CHECK: "-cc1"
8// CHECK: -objcmt-migrate-property-dot-syntax
9