[PATCH] D153161: [RISCV] Move Zca/Zcb/Zcd/Zcf/Zcmp/Zcmt out of experimental status.
Xinlong Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 20 22:27:36 PDT 2023
VincentWu 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
----------------
does it should be `zca`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153161/new/
https://reviews.llvm.org/D153161
More information about the llvm-commits
mailing list