diff options
author | Fangrui Song <i@maskray.me> | 2025-08-03 20:03:19 -0700 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2025-08-03 20:03:20 -0700 |
commit | 8b03b3bd4df62af2de659434495419be2a2f4a45 (patch) | |
tree | 654896660e9f4f48f29e4775b687e7f89b97e66b /lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp | |
parent | d1ee636b98aae1029575af05c3dadca25620188a (diff) | |
download | llvm-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