[clang] [llvm] [RISCV] Relax march string order constraint (PR #78120)
Piyou Chen via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 23 05:26:30 PST 2024
================
@@ -695,6 +695,106 @@ RISCVISAInfo::parseNormalizedArchString(StringRef Arch) {
return std::move(ISAInfo);
}
+static Error splitExtsByUnderscore(StringRef Exts,
+ std::vector<std::string> &SplitedExts) {
----------------
BeMg wrote:
Done
https://github.com/llvm/llvm-project/pull/78120
More information about the cfe-commits
mailing list