aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
diff options
context:
space:
mode:
authorFangrui Song <i@maskray.me>2025-08-03 20:03:19 -0700
committerFangrui Song <i@maskray.me>2025-08-03 20:03:20 -0700
commit8b03b3bd4df62af2de659434495419be2a2f4a45 (patch)
tree654896660e9f4f48f29e4775b687e7f89b97e66b /lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
parentd1ee636b98aae1029575af05c3dadca25620188a (diff)
downloadllvm-8b03b3bd4df62af2de659434495419be2a2f4a45.zip
llvm-8b03b3bd4df62af2de659434495419be2a2f4a45.tar.gz
llvm-8b03b3bd4df62af2de659434495419be2a2f4a45.tar.bz2
MIPS: Avoid MCSymbol::isUnset
The unset state will be merged into the undefined state, so isUnset should be avoided. The code used by register equating uses the inaccurate condition. ``` .set r1, $4 ``` For now just use isUndefined. GNU Assembler has a warning: ``` Warning: register value used as expression ```
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp')
0 files changed, 0 insertions, 0 deletions