diff options
| author | Daniel Bertalan <dani@danielbertalan.dev> | 2024-08-01 19:14:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-01 19:14:11 +0200 |
| commit | 7da1dbb632ca490c2ab3c2d6ff46cccda38c7acd (patch) | |
| tree | a7e35a2ff1fda7e082223ec55f89e4cd96e9cbb1 /lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface | |
| parent | 0c31123c8599bfd9d67549f6174812fbcf988d78 (diff) | |
[MachO] Remove redundant bounds check (#100176)
The condition was duplicated, the correct one for this message would
have been `ImportsEnd > SymbolsEnd`. However, this is a subset of
`ImportEnd > Symbols` (since `Symbols <= SymbolsEnd`), so it can be
removed altogether.
I made this thinko in 686d8ce.
Note that that change wasn't intended to be permanent, and served as a
quick stopgap to facilitate testing chained fixups in LLD before Apple
upstreamed their implementation.
Fixes #90662
Fixes #87203
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface')
0 files changed, 0 insertions, 0 deletions
