[llvm] [clang] [RISCV] Relax march string order constraint (PR #78120)
Craig Topper via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 22 21:53:52 PST 2024
================
@@ -695,6 +695,106 @@ RISCVISAInfo::parseNormalizedArchString(StringRef Arch) {
return std::move(ISAInfo);
}
+static Error splitExtsByUnderscore(StringRef Exts,
+ std::vector<std::string> &SplitedExts) {
----------------
topperc wrote:
`SplitExts`
Splitted has two `t`s but I don't think the `ed` is needed.
https://github.com/llvm/llvm-project/pull/78120
More information about the cfe-commits
mailing list