summaryrefslogtreecommitdiff
path: root/test/builtins/Unit/powixf2_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/builtins/Unit/powixf2_test.c')
-rw-r--r--test/builtins/Unit/powixf2_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/builtins/Unit/powixf2_test.c b/test/builtins/Unit/powixf2_test.c
index 0d2734ae4..1df76f2b8 100644
--- a/test/builtins/Unit/powixf2_test.c
+++ b/test/builtins/Unit/powixf2_test.c
@@ -1,5 +1,6 @@
// RUN: %clang_builtins %s %librt -o %t && %run %t
// UNSUPPORTED: powerpc64
+// REQUIRES: x86-target-arch
//===-- powixf2_test.cpp - Test __powixf2 ---------------------------------===//
//
// The LLVM Compiler Infrastructure