| Ana Pazos | dd6068d | 2013-12-06 22:43:17 +0000 | [diff] [blame] | 1 | // ================== Check default Architecture on krait CPU |
| 2 | // RUN: %clang -target arm-linux-gnueabi -mcpu=krait -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-CPUV7A %s |
| Gabor Ballabas | 208826c | 2015-06-04 17:56:32 +0000 | [diff] [blame] | 3 | // ================== Check whether -mcpu accepts mixed-case values. |
| 4 | // RUN: %clang -target arm-linux-gnueabi -mcpu=Krait -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-CPUV7A %s |
| 5 | // RUN: %clang -target arm-linux-gnueabi -mcpu=KRAIT -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-CPUV7A %s |
| Ana Pazos | dd6068d | 2013-12-06 22:43:17 +0000 | [diff] [blame] | 6 | // CHECK-CPUV7A: "-cc1"{{.*}} "-triple" "armv7-{{.*}} |