2013-12-07 06:43:17 +08:00
|
|
|
// ================== Check default Architecture on krait CPU
|
|
|
|
// RUN: %clang -target arm-linux-gnueabi -mcpu=krait -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-CPUV7A %s
|
2015-06-05 01:56:32 +08:00
|
|
|
// ================== Check whether -mcpu accepts mixed-case values.
|
|
|
|
// RUN: %clang -target arm-linux-gnueabi -mcpu=Krait -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-CPUV7A %s
|
|
|
|
// RUN: %clang -target arm-linux-gnueabi -mcpu=KRAIT -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-CPUV7A %s
|
2013-12-07 06:43:17 +08:00
|
|
|
// CHECK-CPUV7A: "-cc1"{{.*}} "-triple" "armv7-{{.*}}
|