Skip to content

Commit 1b9d7dd

Browse files
committed
tests: fix clang flags in avx10_2_512minmax-error test
Introduced in 3d5cc7e, caught by a sandboxed test run.
1 parent dc349a3 commit 1b9d7dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/CodeGen/X86/avx10_2_512minmax-error.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %clang_cc1 %s -flax-vector-conversions=none -ffreestanding -triple=x86_64 -target-feature +avx10.2-512 \
2-
// RUN: -Wno-invalid-feature-combination -emit-llvm -verify
2+
// RUN: -Wno-invalid-feature-combination -verify -fsyntax-only
33
// RUN: %clang_cc1 %s -flax-vector-conversions=none -ffreestanding -triple=i386 -target-feature +avx10.2-512 \
4-
// RUN: -Wno-invalid-feature-combination -emit-llvm -verify
4+
// RUN: -Wno-invalid-feature-combination -verify -fsyntax-only
55

66
#include <immintrin.h>
77

0 commit comments

Comments
 (0)