summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/avx512vbmivl-builtin.c
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2016-08-04 06:02:50 +0000
committerEric Christopher <echristo@gmail.com>2016-08-04 06:02:50 +0000
commitf380392547ad1e44eb6ff942637b1094d2d790de (patch)
treeefa7ff5bff957180cc5ce93b084adac856b42611 /test/CodeGen/avx512vbmivl-builtin.c
parentdebaaf2988793f17959d657cd5fa8df8586b9270 (diff)
After PR28761 use -Wall with -Werror in builtins tests to identify
possible problems in headers. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@277696 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/avx512vbmivl-builtin.c')
-rw-r--r--test/CodeGen/avx512vbmivl-builtin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/avx512vbmivl-builtin.c b/test/CodeGen/avx512vbmivl-builtin.c
index 549c9656c0..bee66e3d63 100644
--- a/test/CodeGen/avx512vbmivl-builtin.c
+++ b/test/CodeGen/avx512vbmivl-builtin.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -triple=x86_64-apple-darwin -target-feature +avx512vbmi -target-feature +avx512vl -target-feature +avx512bw -emit-llvm -o - -Werror | FileCheck %s
+// RUN: %clang_cc1 %s -triple=x86_64-apple-darwin -target-feature +avx512vbmi -target-feature +avx512vl -target-feature +avx512bw -emit-llvm -o - -Wall -Werror | FileCheck %s
// Don't include mm_malloc.h, it's system specific.
#define __MM_MALLOC_H