aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/arm-pcs.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/arm-pcs.c')
-rw-r--r--test/CodeGen/arm-pcs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/arm-pcs.c b/test/CodeGen/arm-pcs.c
index d722f84cebd7..fc658c3bef6f 100644
--- a/test/CodeGen/arm-pcs.c
+++ b/test/CodeGen/arm-pcs.c
@@ -1,3 +1,4 @@
+// REQUIRES: arm-registered-target
// RUN: %clang_cc1 -triple arm-none-linux-gnueabi -emit-llvm -w -o - < %s | FileCheck %s
typedef int __attribute__((pcs("aapcs"))) (*aapcs_fn)(void);
typedef int __attribute__((pcs("aapcs-vfp"))) (*aapcs_vfp_fn)(void);