brintos

brintos / llvm-project-archived public Read only

0
0
Text · 328 B · d0b180b Raw
7 lines · c
1// RUN: not %clang --target=arm-arm-none-eabi -mcpu=cortex-a320 %s 2>&1 | FileCheck %s2// CHECK: error: unsupported argument {{.*}} to option '-mcpu='3 4// RUN: %clang -target aarch64 -mcpu=cortex-a320 -### -c %s 2>&1 | FileCheck -check-prefix=A320 %s5// A320: "-cc1"{{.*}} "-triple" "aarch64{{.*}}" "-target-cpu" "cortex-a320"6 7