We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69933f1 commit 6a66aa6Copy full SHA for 6a66aa6
lldb/packages/Python/lldbsuite/test/lldbplatformutil.py
@@ -35,7 +35,7 @@ def check_first_register_readable(test_case):
35
test_case.expect("register read r0", substrs=["r0 = 0x"])
36
elif arch in ["powerpc64le"]:
37
38
- elif re.match("^rv(32|64)", arch):
+ elif arch in ["riscv64", "riscv32"]:
39
test_case.expect("register read zero", substrs=["zero = 0x"])
40
else:
41
# TODO: Add check for other architectures
0 commit comments