summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/thread/TestThreadAPI.py
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@sifive.com>2024-07-03 11:49:08 -0700
committerGitHub <noreply@github.com>2024-07-03 11:49:08 -0700
commitc156d421851d175805309a83bf703ad304955847 (patch)
tree62406f4d35b9353d3bfb40a5f42da1bbbbce78fe /lldb/test/API/python_api/thread/TestThreadAPI.py
parent97dc50882cbc63d7098e95f73f242185c75c226b (diff)
[RISCV] Remove SeenExtMap from RISCVISAInfo::parseArchString. (#97506)
Use the Exts map directly instead of adding to a temporary MapVector first. There are a couple functional change from this. -If an unknown extension is duplicated, we will now print an error for it being unknown instead of an error for it being duplicated. -If an unknown extension is followed by an underscore with no extension after it, we will error for the unknown extension instead of the dangling underscore. These don't seem like serious changes to me. I've updated tests accordingly.
Diffstat (limited to 'lldb/test/API/python_api/thread/TestThreadAPI.py')
0 files changed, 0 insertions, 0 deletions