RISCVISAInfo::parseArchString would sometimes error for arch strings with a trailing _ and sometimes accept them. This patch makes it consistently error.
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Support/RISCVISAInfo.cpp | ||
---|---|---|
633 | Should be use the same "extension name missing after separator '_'" used later? |
Should be use the same "extension name missing after separator '_'" used later?