r222268 - This test also requires an aarch64 target.
Eric Christopher
echristo at gmail.com
Tue Nov 18 14:36:12 PST 2014
Author: echristo
Date: Tue Nov 18 16:36:11 2014
New Revision: 222268
URL: http://llvm.org/viewvc/llvm-project?rev=222268&view=rev
Log:
This test also requires an aarch64 target.
Modified:
cfe/trunk/test/CodeGen/arm-aapcs-vfp.c
Modified: cfe/trunk/test/CodeGen/arm-aapcs-vfp.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/arm-aapcs-vfp.c?rev=222268&r1=222267&r2=222268&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/arm-aapcs-vfp.c (original)
+++ cfe/trunk/test/CodeGen/arm-aapcs-vfp.c Tue Nov 18 16:36:11 2014
@@ -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 \
More information about the cfe-commits
mailing list