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