[clang] [RISCV] Support Xsfvfnrclipxfqf extensions (PR #68297)
Shao-Ce SUN via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 5 07:57:21 PDT 2023
================
@@ -630,7 +630,7 @@ TEST(getTargetFeatureForExtension, RetrieveTargetFeatureFromOneExt) {
TEST(RiscvExtensionsHelp, CheckExtensions) {
std::string ExpectedOutput =
-R"(All available -march extensions for RISC-V
+ R"(All available -march extensions for RISC-V
----------------
sunshaoce wrote:
How about using `clang-format off`here?
https://github.com/llvm/llvm-project/pull/68297
More information about the cfe-commits
mailing list