[clang] b3703fa - [AArch64]Update test aarch64-debug-types.c
Caroline Concatto via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 25 06:31:02 PDT 2024
Author: Caroline Concatto
Date: 2024-10-25T13:30:16Z
New Revision: b3703fa50485cf90b04105e6a223ccdd1e29c9af
URL: https://github.com/llvm/llvm-project/commit/b3703fa50485cf90b04105e6a223ccdd1e29c9af
DIFF: https://github.com/llvm/llvm-project/commit/b3703fa50485cf90b04105e6a223ccdd1e29c9af.diff
LOG: [AArch64]Update test aarch64-debug-types.c
This patch fix the failing tests by adding
REQUIRES: aarch64-registered-target
This tests was failing in non aarch64 cpu.
The test was introduced by:
[CLANG][AArch64] Add the modal 8 bit floating-point scalar type (#97277)
Added:
Modified:
clang/test/CodeGen/aarch64-debug-types.c
Removed:
################################################################################
diff --git a/clang/test/CodeGen/aarch64-debug-types.c b/clang/test/CodeGen/aarch64-debug-types.c
index c109610023ed49..f1ab74c5c31bdb 100644
--- a/clang/test/CodeGen/aarch64-debug-types.c
+++ b/clang/test/CodeGen/aarch64-debug-types.c
@@ -1,5 +1,8 @@
// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +neon -target-feature +fp8 \
// RUN: -emit-llvm -o - %s -debug-info-kind=limited 2>&1 | FileCheck %s
+
+// REQUIRES: aarch64-registered-target
+
#include<arm_neon.h>
void test_locals(void) {
More information about the cfe-commits
mailing list