aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/gdbclientutils.py
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2024-04-29 16:51:09 +0100
committerGitHub <noreply@github.com>2024-04-29 16:51:09 +0100
commit6f02120ac4463e5e0cda25e2aafc485a4fe634ea (patch)
tree8c1773d2392a3aa166383f7e8805476ff13a1a45 /lldb/packages/Python/lldbsuite/test/gdbclientutils.py
parent11f4f458d985ba20aae58df1c3092655ec2310bd (diff)
downloadllvm-6f02120ac4463e5e0cda25e2aafc485a4fe634ea.zip
llvm-6f02120ac4463e5e0cda25e2aafc485a4fe634ea.tar.gz
llvm-6f02120ac4463e5e0cda25e2aafc485a4fe634ea.tar.bz2
[llvm][RISCV] Improve error message for invalid extension letters (#90468)
Previously you got: clang: error: invalid arch name 'rv64v', first letter should be 'e', 'i' or 'g' Which to me, unfamiliar with riscv, reads as if I should have used "[eig]rv64v". Which is not what clang means. Include the first bit in the error message to make this clearer: clang: error: invalid arch name 'rv64v', first letter after 'rv64' should be 'e', 'i' or 'g'
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/gdbclientutils.py')
0 files changed, 0 insertions, 0 deletions