mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
[Clang] NFC: Add missing REQUIRES to aarch64-sme-attrs-without-sve.cpp
Test was missing `REQUIRES: aarch64-registered-target`.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sme -fsyntax-only -verify %s
|
||||
|
||||
// REQUIRES: aarch64-registered-target
|
||||
|
||||
#include <arm_sme.h>
|
||||
|
||||
void test_streaming(svint32_t *out, svint32_t *in) __arm_streaming {
|
||||
|
||||
Reference in New Issue
Block a user