brintos

brintos / llvm-project-archived public Read only

0
0
Text · 283 B · 8ef3e62 Raw
5 lines · c
1// RUN: not %clang -target sparcv9 -march=v9 -### -c %s 2>&1 | FileCheck %s2// RUN: not %clang -target sparc64 -march=v9 -### -c %s 2>&1 | FileCheck %s3// RUN: not %clang -target sparc -march=v9 -### -c %s 2>&1 | FileCheck %s4// CHECK: error: unsupported option '-march=' for target5