Skip to content

Commit

Permalink
[test] Avoid writing to a potentially write-protected dir (llvm#113674)
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebewang authored Oct 25, 2024
1 parent 85af192 commit c2d2b3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: %clang_cc1 -ffreestanding %s -Wno-implicit-function-declaration -triple=i386-- -target-feature +movrs -target-feature +avx10.2-512 -emit-llvm -verify
// RUN: %clang_cc1 -ffreestanding %s -Wno-implicit-function-declaration -triple=i386-- -target-feature +movrs -target-feature +avx10.2-512 -verify

#include <immintrin.h>
__m512i test_mm512_loadrs_epi8(const __m512i * __A) {
Expand Down
2 changes: 1 addition & 1 deletion clang/test/CodeGen/X86/movrs-avx10.2-builtins-error-32.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: %clang_cc1 -ffreestanding %s -Wno-implicit-function-declaration -triple=i386-unknown-unknown -target-feature +movrs -target-feature +avx10.2-256 -emit-llvm -verify
// RUN: %clang_cc1 -ffreestanding %s -Wno-implicit-function-declaration -triple=i386-unknown-unknown -target-feature +movrs -target-feature +avx10.2-256 -verify

#include <immintrin.h>
__m128i test_mm_loadrs_epi8(const __m128i * __A) {
Expand Down

0 comments on commit c2d2b3b

Please sign in to comment.