Index: test/CodeGen/arm-aapcs-vfp.c |
diff --git a/test/CodeGen/arm-aapcs-vfp.c b/test/CodeGen/arm-aapcs-vfp.c |
index 614b52dad57670ff06c13ee0da70f8041bd0afdd..7210229f377bb48b38066fff75623a57cc2691b2 100644 |
--- a/test/CodeGen/arm-aapcs-vfp.c |
+++ b/test/CodeGen/arm-aapcs-vfp.c |
@@ -6,6 +6,12 @@ |
// RUN: -ffreestanding \ |
// RUN: -emit-llvm -w -o - %s | FileCheck %s |
+// RUN: %clang_cc1 -triple armv7-unknown-nacl-gnueabi \ |
+// RUN: -target-cpu cortex-a8 \ |
+// RUN: -mfloat-abi hard \ |
+// RUN: -ffreestanding \ |
+// RUN: -emit-llvm -w -o - %s | FileCheck %s |
+ |
#include <arm_neon.h> |
struct homogeneous_struct { |