diff options
| author | Simon Tatham <simon.tatham@arm.com> | 2025-10-31 09:31:18 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-31 09:31:18 +0000 |
| commit | f2443861d7850279280457a6090039bcf8c60748 (patch) | |
| tree | 67eb61c2b2269ace82588088600f1b5e0dda97e0 /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h | |
| parent | 331b3eb4898cb63eb27f00651130eede054e4667 (diff) | |
| download | llvm-f2443861d7850279280457a6090039bcf8c60748.zip llvm-f2443861d7850279280457a6090039bcf8c60748.tar.gz llvm-f2443861d7850279280457a6090039bcf8c60748.tar.bz2 | |
[lld][ARM] Don't emit veneers for wraparound branches. (#165263)
If an instruction at the high end of the 32-bit address space branches
to one at the low end, then the branch can be within range for a B or BL
instruction, and doesn't need a veneer. `ARM::inBranchRange` was failing
to detect this because it calculated the offset as an int64_t, so that
the offset was a small value ± 2^32 instead of just the small value.
Fixes #165211.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h')
0 files changed, 0 insertions, 0 deletions
