1 // Test that --print-supported-cpus lists supported CPU models, including aliases.
3 // REQUIRES: aarch64-registered-target
5 // RUN: %clang --target=arm64-apple-macosx --print-supported-cpus 2>&1 | \
6 // RUN: FileCheck %s --check-prefix=CHECK --implicit-check-not=apple-latest
8 // CHECK: Target: arm64-apple-macosx
27 // CHECK: Use -mcpu or -mtune to specify the target's processor.