llvmorg-github-actions[bot] wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: GkvJwa

<details>
<summary>Changes</summary>

Only run test when the AArch64 target is built

---
Full diff: https://github.com/llvm/llvm-project/pull/196867.diff


1 Files Affected:

- (modified) clang/test/CodeGen/arm64-neon-header.c (+2) 


``````````diff
diff --git a/clang/test/CodeGen/arm64-neon-header.c 
b/clang/test/CodeGen/arm64-neon-header.c
index 3560bfeaad814..96208ea481b8d 100644
--- a/clang/test/CodeGen/arm64-neon-header.c
+++ b/clang/test/CodeGen/arm64-neon-header.c
@@ -2,6 +2,8 @@
 // RUN:     -fms-compatibility -fms-compatibility-version=19.00 \
 // RUN:     -emit-llvm -o - %s | FileCheck %s
 
+// REQUIRES: aarch64-registered-target
+
 #include <arm64_neon.h>
 
 // CHECK-LABEL: define{{.*}} @test_vld1q_s32_x4(

``````````

</details>


https://github.com/llvm/llvm-project/pull/196867
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to