Skip to content

Commit

Permalink
[AArch64]Update test aarch64-debug-types.c
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
CarolineConcatto authored and NoumanAmir657 committed Nov 4, 2024
1 parent f2eaaca commit 4f25685
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clang/test/CodeGen/aarch64-debug-types.c
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down

0 comments on commit 4f25685

Please sign in to comment.