brintos

brintos / llvm-project-archived public Read only

0
0
Text · 518 B · bf85c6e Raw
7 lines · c
1// ================== Check default Architecture on krait CPU2// RUN: %clang -target arm-linux-gnueabi -mcpu=krait -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-CPUV7A %s3// ================== 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 %s5// RUN: %clang -target arm-linux-gnueabi -mcpu=KRAIT -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-CPUV7A %s6// CHECK-CPUV7A: "-cc1"{{.*}} "-triple" "armv7-{{.*}}7