summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/feature_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Preprocessor/feature_tests.c')
-rw-r--r--clang/test/Preprocessor/feature_tests.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Preprocessor/feature_tests.c b/clang/test/Preprocessor/feature_tests.c
index 19d80468ab3..5a2c300e6ee 100644
--- a/clang/test/Preprocessor/feature_tests.c
+++ b/clang/test/Preprocessor/feature_tests.c
@@ -11,6 +11,7 @@
#if !__has_builtin(__builtin_huge_val) || \
!__has_builtin(__builtin_shufflevector) || \
+ !__has_builtin(__builtin_convertvector) || \
!__has_builtin(__builtin_trap) || \
!__has_builtin(__c11_atomic_init) || \
!__has_feature(attribute_analyzer_noreturn) || \
OpenPOWER on IntegriCloud