Unverified Commit 5445a35d authored by Craig Topper's avatar Craig Topper Committed by GitHub
Browse files

[RISCV] Detect empty extension name after parsing MajorVersion in...

[RISCV] Detect empty extension name after parsing MajorVersion in parseNormalizedArchString. (#90790)

If the string is just a version, we will end up adding an empty string
as an extension which crashes in the compare function for the std::map.
parent 1aeb64c8
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment