bolt/deps/llvm-18.1.8/llvm/test/MC/RISCV/attribute-arch-invalid.s
2025-02-14 19:21:04 +01:00

9 lines
357 B
ArmAsm

## Invalid arch string
# RUN: not llvm-mc -triple riscv32 < %s 2>&1 | FileCheck %s
# RUN: not llvm-mc -triple riscv64 < %s 2>&1 | FileCheck %s
## Version strings are required for experimental extensions
.attribute arch, "rv32izvfbfmin"
# CHECK: error: invalid arch name 'rv32izvfbfmin', experimental extension requires explicit version number `zvfbfmin`