[clang] [compiler-rt] [llvm] [X86] Support MOVRS and AVX10.2 instructions. (PR #113274)
Mikael Holmén via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 24 22:30:56 PDT 2024
================
@@ -0,0 +1,50 @@
+// RUN: %clang_cc1 -ffreestanding %s -Wno-implicit-function-declaration -triple=i386-- -target-feature +movrs -target-feature +avx10.2-512 -emit-llvm -verify
----------------
mikaelholmen wrote:
Since we don't care about the actual output, can we remove "-emit-llvm" here to avoid writing to the local disc (which may be write-protected)?
See e.g. b7730a23ef
```[test] Avoid writing to a potentially write-protected dir (#102073)```
which solves a similar issue.
https://github.com/llvm/llvm-project/pull/113274
More information about the cfe-commits
mailing list