Skip to content

Commit c2d2b3b

Browse files
authored
[test] Avoid writing to a potentially write-protected dir (#113674)
1 parent 85af192 commit c2d2b3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/test/CodeGen/X86/movrs-avx10.2-512-builtins-error-32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -ffreestanding %s -Wno-implicit-function-declaration -triple=i386-- -target-feature +movrs -target-feature +avx10.2-512 -emit-llvm -verify
1+
// RUN: %clang_cc1 -ffreestanding %s -Wno-implicit-function-declaration -triple=i386-- -target-feature +movrs -target-feature +avx10.2-512 -verify
22

33
#include <immintrin.h>
44
__m512i test_mm512_loadrs_epi8(const __m512i * __A) {

clang/test/CodeGen/X86/movrs-avx10.2-builtins-error-32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -ffreestanding %s -Wno-implicit-function-declaration -triple=i386-unknown-unknown -target-feature +movrs -target-feature +avx10.2-256 -emit-llvm -verify
1+
// RUN: %clang_cc1 -ffreestanding %s -Wno-implicit-function-declaration -triple=i386-unknown-unknown -target-feature +movrs -target-feature +avx10.2-256 -verify
22

33
#include <immintrin.h>
44
__m128i test_mm_loadrs_epi8(const __m128i * __A) {

0 commit comments

Comments
 (0)