projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a0f282
)
[Driver][ARM] Fix testcase that should only run on ARM
author
Victor Campos
<victor.campos@arm.com>
Wed, 29 Jul 2020 13:32:51 +0000
(14:32 +0100)
committer
Victor 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
patch
|
blob
|
history
diff --git
a/clang/test/CodeGen/arm-bf16-softfloat.c
b/clang/test/CodeGen/arm-bf16-softfloat.c
index 3ff4f465223c8c0b333003d8e21c0c49a46507f1..1792a1e3c9ceb1b61ffc9b315df5ab0b2f5b48f4 100644
(file)
--- a/
clang/test/CodeGen/arm-bf16-softfloat.c
+++ b/
clang/test/CodeGen/arm-bf16-softfloat.c
@@
-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