[Driver][ARM] Fix testcase that should only run on ARM
authorVictor Campos <victor.campos@arm.com>
Wed, 29 Jul 2020 13:32:51 +0000 (14:32 +0100)
committerVictor Campos <victor.campos@arm.com>
Wed, 29 Jul 2020 13:35:14 +0000 (14:35 +0100)
Fix testcase introduced in d1a3396bfbc6fd6df927f2864c18d86e742cabff.

clang/test/CodeGen/arm-bf16-softfloat.c

index 3ff4f465223c8c0b333003d8e21c0c49a46507f1..1792a1e3c9ceb1b61ffc9b315df5ab0b2f5b48f4 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: arm-registered-target
 // RUN: not %clang -target arm-arm-none-eabi -march=armv8-a+bf16 -mfloat-abi=soft -c %s -o %t 2>&1 | FileCheck %s
 // RUN: not %clang -target arm-arm-none-eabi -march=armv8-a+bf16 -mfpu=none -c %s -o %t 2>&1 | FileCheck %s
 // RUN: not %clang -target arm-arm-none-eabi -march=armv8-a+bf16+nofp -c %s -o %t 2>&1 | FileCheck %s