aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/aarch64-neon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/aarch64-neon.cpp')
-rw-r--r--test/CodeGenCXX/aarch64-neon.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGenCXX/aarch64-neon.cpp b/test/CodeGenCXX/aarch64-neon.cpp
index d6f6b0e894fb..fc8642df257f 100644
--- a/test/CodeGenCXX/aarch64-neon.cpp
+++ b/test/CodeGenCXX/aarch64-neon.cpp
@@ -1,6 +1,8 @@
// REQUIRES: aarch64-registered-target
// RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \
// RUN: -ffp-contract=fast -S -O3 -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple arm64-none-netbsd-gnu -target-feature +neon \
+// RUN: -ffp-contract=fast -S -O3 -o - %s | FileCheck %s
// Test whether arm_neon.h works as expected in C++.