Unverified Commit 11f74cd4 authored by Brandon Wu's avatar Brandon Wu Committed by GitHub
Browse files

[RISCV] Improve error message when the extension is not supported (#83989)

If the "march" has some extension with version that is not supported, it
returns the error message like: "error: invalid arch name 'some_arch',
unsupported version number 2.0 for extension 'some_arch'", which is not
precise enough, it should return the message that only tells users "the
extension is not supported".
parent 2a1b09fe
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