[PATCH] D153161: [RISCV] Move Zca/Zcb/Zcd/Zcf/Zcmp/Zcmt out of experimental status.

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 20 23:22:34 PDT 2023


craig.topper added inline comments.


================
Comment at: clang/test/Driver/riscv-arch.c:376
 
-// RUN: %clang --target=riscv32-unknown-elf -march=rv32izca -### %s \
+// RUN: %clang --target=riscv32-unknown-elf -march=rv32izfa -### %s \
 // RUN: -fsyntax-only 2>&1 | FileCheck -check-prefix=RV32-EXPERIMENTAL-NOFLAG %s
----------------
VincentWu wrote:
> does it should be `zca`?
I changed it because this is the generic test for experimental extensions. It doesn’t matter which extension it is.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153161



More information about the cfe-commits mailing list