[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Driver / sparc-march.c
blob8ef3e62da5d27a59a8af0a0cf240505dd243ef61
1 // RUN: not %clang -target sparcv9 -march=v9 -### -c %s 2>&1 | FileCheck %s
2 // RUN: not %clang -target sparc64 -march=v9 -### -c %s 2>&1 | FileCheck %s
3 // RUN: not %clang -target sparc -march=v9 -### -c %s 2>&1 | FileCheck %s
4 // CHECK: error: unsupported option '-march=' for target