[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / MC / AArch64 / SME2p1 / directive-arch-negative.s
blob948d8f996c15679705ebc7260af3071dec41ff9a
1 // RUN: not llvm-mc -triple aarch64 -filetype asm -o - %s 2>&1 | FileCheck %s
3 .arch armv9-a+sme2p1
4 .arch armv9-a+nosme2p1
5 sqcvt z0.h, {z0.s, z1.s}
6 // CHECK: error: instruction requires: sme2
7 // CHECK: sqcvt z0.h, {z0.s, z1.s}