xref: /llvm-project/llvm/test/MC/X86/directive-arch.s (revision d2c22487225b05159c1d7d0da7fac7cae3d2049b)
1## We currently parse but ignore .arch directives.
2# RUN: llvm-mc -triple=x86_64 %s | FileCheck /dev/null --implicit-check-not=.arch
3
4.arch i286
5.arch generic32
6
7.arch .avx512vl
8.arch .noavx512bw
9.arch .nop
10.arch .sse4.2
11