Skip to content

Commit b3703fa

Browse files
[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)
1 parent a3dd600 commit b3703fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
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)