You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
## We currently parse but ignore .arch directives.
|
|
# RUN: llvm-mc -triple=x86_64 %s | FileCheck /dev/null --implicit-check-not=.arch
|
|
|
|
.arch i286
|
|
.arch generic32
|
|
|
|
.arch .avx512vl
|
|
.arch .noavx512bw
|
|
.arch .nop
|
|
.arch .sse4.2
|