diff options
| author | Jinjie Huang <huangjinjie@bytedance.com> | 2025-10-31 10:29:00 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-31 10:29:00 +0800 |
| commit | 6ba2127a5cbe87a97a01ee73b2ef2c4681203b8c (patch) | |
| tree | b01927c5225418785a8c231c4c4d9d49263e726a /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h | |
| parent | 27eabd5219b34438096499fe92386e1bcc31c40c (diff) | |
| download | llvm-6ba2127a5cbe87a97a01ee73b2ef2c4681203b8c.zip llvm-6ba2127a5cbe87a97a01ee73b2ef2c4681203b8c.tar.gz llvm-6ba2127a5cbe87a97a01ee73b2ef2c4681203b8c.tar.bz2 | |
[BOLT] Add constant island check in scanExternalRefs() (#165577)
The [previous patch](https://github.com/llvm/llvm-project/pull/163418)
has added a check to prevent adding an entry point into a constant
island, but only for successfully disassembled functions.
Because scanExternalRefs() is also called when a function fails to be
disassembled or is skipped, it can still attempt to add an entry point
at constant islands. The same issue may occur if without a check for it
So, this patch complements the 'constant island' check in
scanExternalRefs().
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h')
0 files changed, 0 insertions, 0 deletions
