================ @@ -293,6 +297,19 @@ // RVB23S64: "-target-feature" "+svnapot" // RVB23S64: "-target-feature" "+svpbmt" +// RUN: %clang --target=riscv64 -### -c %s 2>&1 \ +// RUN: -march=rva23p1s64_ssccfg_ssctr_ssdbltrp_ssqosid_svrsw60t59b -menable-experimental-extensions \ +// RUN: | FileCheck -check-prefix=PROFILE-P1-OPTIONS %s +// RUN: %clang --target=riscv64 -### -c %s 2>&1 \ +// RUN: -march=rvb23p1s64_ssccfg_ssctr_ssdbltrp_ssqosid_svrsw60t59b -menable-experimental-extensions \ ---------------- topperc wrote:
Should we be checking the extensions from the rvb23p1s64 part? https://github.com/llvm/llvm-project/pull/217199 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
