From c5b552ef12198496f97ac7a30b3255f7b61deb2e Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 18 Nov 2014 22:36:11 +0000 Subject: [PATCH] This test also requires an aarch64 target. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222268 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/arm-aapcs-vfp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGen/arm-aapcs-vfp.c b/test/CodeGen/arm-aapcs-vfp.c index 8a494a0da5..da1e675aba 100644 --- a/test/CodeGen/arm-aapcs-vfp.c +++ b/test/CodeGen/arm-aapcs-vfp.c @@ -1,4 +1,5 @@ // REQUIRES: arm-registered-target +// REQUIRES: aarch64-registered-target // RUN: %clang_cc1 -triple thumbv7-apple-darwin9 \ // RUN: -target-abi aapcs \ // RUN: -target-cpu cortex-a8 \ -- 2.40.0