Files
clang-p2996/llvm/lib/Support/RISCVISAUtils.cpp
Craig Topper 7a6847e001 [RISCV] Add partial validation of Z extension name to RISCVISAInfo::parseNormalizedArchString (#90895)
If 'z' is given as the complete extension name or with a digit after it,
it will crash in the extension map compare function. Check for these
cases and give an error.
2024-05-03 09:29:11 -07:00

3.0 KiB