Skip to content

Commit 4f25685

Browse files
CarolineConcattoNoumanAmir657
authored andcommitted
[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 (llvm#97277)
1 parent f2eaaca commit 4f25685

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/test/CodeGen/aarch64-debug-types.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +neon -target-feature +fp8 \
22
// RUN: -emit-llvm -o - %s -debug-info-kind=limited 2>&1 | FileCheck %s
3+
4+
// REQUIRES: aarch64-registered-target
5+
36
#include<arm_neon.h>
47

58
void test_locals(void) {

0 commit comments

Comments
 (0)