diff options
Diffstat (limited to 'clang/test/CodeGen/builtin-clflushopt.c')
-rw-r--r-- | clang/test/CodeGen/builtin-clflushopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/builtin-clflushopt.c b/clang/test/CodeGen/builtin-clflushopt.c index 7248d378a4e..e98c2aaba57 100644 --- a/clang/test/CodeGen/builtin-clflushopt.c +++ b/clang/test/CodeGen/builtin-clflushopt.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -triple=x86_64-apple-darwin -target-feature +clflushopt -emit-llvm -o - -Werror | FileCheck %s +// RUN: %clang_cc1 %s -triple=x86_64-apple-darwin -target-feature +clflushopt -emit-llvm -o - -Wall -Werror | FileCheck %s #define __MM_MALLOC_H #include <immintrin.h> |