Skip to content

Commit 56c93a4

Browse files
committed
[Clang] NFC: Add missing REQUIRES to aarch64-sme-attrs-without-sve.cpp
Test was missing `REQUIRES: aarch64-registered-target`.
1 parent 55cdbda commit 56c93a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/test/Sema/aarch64-sme-attrs-without-sve.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sme -fsyntax-only -verify %s
22

3+
// REQUIRES: aarch64-registered-target
4+
35
#include <arm_sme.h>
46

57
void test_streaming(svint32_t *out, svint32_t *in) __arm_streaming {

0 commit comments

Comments
 (0)