diff options
author | Pavel Labath <pavel@labath.sk> | 2025-04-09 11:04:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-09 11:04:45 +0200 |
commit | ea7dd70b5326706141be2a768f2fd47ae71ee6a8 (patch) | |
tree | 8d79c93ff5e8de1dd4d3f1a3377d68fa72e4b0dd /llvm/lib/CodeGen/CodeGen.cpp | |
parent | 20d1888cbe2908ddb3ca0640cc2a3d199ffff499 (diff) | |
download | llvm-ea7dd70b5326706141be2a768f2fd47ae71ee6a8.zip llvm-ea7dd70b5326706141be2a768f2fd47ae71ee6a8.tar.gz llvm-ea7dd70b5326706141be2a768f2fd47ae71ee6a8.tar.bz2 |
[lldb] Remove unused UnwindPlan functions (#134630)
`GetLSDAAddress` and `GetPersonalityRoutinePtrAddress` are unused and
they create a bit of a problem for discontinuous functions, because the
unwind plan for these consists of multiple eh_frame descriptors and (at
least in theory) each of them could have a different value for these
entities.
We could say we only support functions for which these are always the
same, or create some sort of a Address2LSDA lookup map, but I think it's
better to leave this question to someone who actually needs this.
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
0 files changed, 0 insertions, 0 deletions