Skip to content

Commit

Permalink
[Clang] Fix acle_sme_zero.c (missing aarch64-registered-target)
Browse files Browse the repository at this point in the history
This test was added in #82648
  • Loading branch information
sdesmalen-arm committed Feb 23, 2024
1 parent 8a16422 commit cdf19d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/test/Sema/aarch64-sme-intrinsics/acle_sme_zero.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// REQUIRES: aarch64-registered-target
// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sme -target-feature +sve -fsyntax-only -verify %s

void test_svzero_args(uint64_t m) {
Expand Down

0 comments on commit cdf19d1

Please sign in to comment.