From: Eric Christopher Date: Tue, 18 Nov 2014 22:36:11 +0000 (+0000) Subject: This test also requires an aarch64 target. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5b552ef12198496f97ac7a30b3255f7b61deb2e;p=clang This test also requires an aarch64 target. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222268 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 \