From abb2b54ad3909a9b47b7696fbd48160c77f4d6d6 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 4 Aug 2016 06:02:50 +0000 Subject: After PR28761 use -Wall with -Werror in builtins tests to identify possible problems in headers. llvm-svn: 277696 --- clang/test/CodeGen/sse4a-builtins.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/CodeGen/sse4a-builtins.c') diff --git a/clang/test/CodeGen/sse4a-builtins.c b/clang/test/CodeGen/sse4a-builtins.c index 0604423fe17..9367227b025 100644 --- a/clang/test/CodeGen/sse4a-builtins.c +++ b/clang/test/CodeGen/sse4a-builtins.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -triple=x86_64-apple-darwin -target-feature +sse4a -emit-llvm -o - -Werror | FileCheck %s +// RUN: %clang_cc1 %s -triple=x86_64-apple-darwin -target-feature +sse4a -emit-llvm -o - -Wall -Werror | FileCheck %s // Don't include mm_malloc.h, it's system specific. #define __MM_MALLOC_H -- cgit v1.2.3