[PATCH] D125210: [RISCV] Add 'rv32izvfh' invalid arch test

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 9 19:29:32 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGeccf5efeccfa: [RISCV][NFC] Add 'rv32izvfh' invalid arch test (authored by benshi001).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125210/new/

https://reviews.llvm.org/D125210

Files:
  llvm/test/MC/RISCV/attribute-arch-invalid.s


Index: llvm/test/MC/RISCV/attribute-arch-invalid.s
===================================================================
--- llvm/test/MC/RISCV/attribute-arch-invalid.s
+++ llvm/test/MC/RISCV/attribute-arch-invalid.s
@@ -22,3 +22,6 @@
 
 .attribute arch, "rv32izbt"
 # CHECK: error: invalid arch name 'rv32izbt', experimental extension requires explicit version number `zbt`
+
+.attribute arch, "rv32izvfh"
+# CHECK: error: invalid arch name 'rv32izvfh', experimental extension requires explicit version number `zvfh`


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125210.428264.patch
Type: text/x-patch
Size: 516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220510/c092eaac/attachment.bin>


More information about the llvm-commits mailing list