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