1*67e74705SXin Li// Make sure the arm64 default on cyclone when compiling for apple. 2*67e74705SXin Li// RUN: %clang -target arm64-apple-ios -arch arm64 -### -c %s 2>&1 | FileCheck -check-prefix=TARGET %s 3*67e74705SXin Li// 4*67e74705SXin Li// TARGET: "-cc1as" 5*67e74705SXin Li// TARGET: "-target-cpu" "cyclone" 6