[llvm] [RISCV] Make parseNormalizedArchString only accept [a-z0-9_]. (PR #90815)

Brandon Wu via llvm-commits llvm-commits at lists.llvm.org
Thu May 2 05:42:54 PDT 2024


================
@@ -21,10 +21,11 @@ bool operator==(const RISCVISAUtils::ExtensionVersion &A,
 }
 
 TEST(ParseNormalizedArchString, RejectsUpperCase) {
----------------
4vtomat wrote:

Need to change the test name.

https://github.com/llvm/llvm-project/pull/90815


More information about the llvm-commits mailing list