diff options
author | Eric Christopher <echristo@gmail.com> | 2016-08-04 06:02:50 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2016-08-04 06:02:50 +0000 |
commit | f380392547ad1e44eb6ff942637b1094d2d790de (patch) | |
tree | efa7ff5bff957180cc5ce93b084adac856b42611 /test/CodeGen/avx512vl-builtins.c | |
parent | debaaf2988793f17959d657cd5fa8df8586b9270 (diff) | |
download | clang-f380392547ad1e44eb6ff942637b1094d2d790de.tar.gz |
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/avx512vl-builtins.c')
-rw-r--r-- | test/CodeGen/avx512vl-builtins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/avx512vl-builtins.c b/test/CodeGen/avx512vl-builtins.c index 2dbf7646db..791cb441d0 100644 --- a/test/CodeGen/avx512vl-builtins.c +++ b/test/CodeGen/avx512vl-builtins.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -triple=x86_64-apple-darwin -target-feature +avx512f -target-feature +avx512vl -emit-llvm -o - -Werror | FileCheck %s +// RUN: %clang_cc1 %s -triple=x86_64-apple-darwin -target-feature +avx512f -target-feature +avx512vl -emit-llvm -o - -Wall -Werror | FileCheck %s // Don't include mm_malloc.h, it's system specific. #define __MM_MALLOC_H |