summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@sifive.com>2024-09-18 09:54:21 -0700
committerGitHub <noreply@github.com>2024-09-18 09:54:21 -0700
commit06048aaa73cac62b95fab4cca3ce9d19f596898f (patch)
treed4d25b7a7f667b7d8b597832d2791e001039ff37 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
parent0545e9f5b6e0cb3743ca27ce88c24974e6f29f56 (diff)
[Target] Use 'unsigned' as the underlying type for the tablegened physical register enums. (#109086)
Otherwise, the enum defaults to 'int'. Update a few places that used 'int' for registers that now need to change to avoid a signed/unsigned compare warning. I was hoping this would allow us to remove the 'int' comparison operators in Register.h and MCRegister.h, but compares with literal 0 still need them.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions