7 lines · c
1// REQUIRES: mips64-registered-target2// RUN: %clang --target=mips64-linux-gnu -mcpu=i6400 -o %t -c %s 2>&1 | FileCheck --allow-empty %s3// CHECK-NOT: {{.*}} is not a recognized feature for this target4 5// RUN: %clang --target=mips64-linux-gnu -mcpu=i6500 -o %t -c %s 2>&1 | FileCheck --allow-empty %s6// CHECK-NOT: {{.*}} is not a recognized feature for this target7