diff options
author | Pavel Labath <pavel@labath.sk> | 2025-02-13 10:08:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-13 10:08:16 +0100 |
commit | 298caebaadc38eadced7175c80ed6b2866755cb9 (patch) | |
tree | 43998bc442f444947b3855beb8b73553bd129792 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | cd21e0f08b65512858bd6067681ce2ce254b0188 (diff) | |
download | llvm-298caebaadc38eadced7175c80ed6b2866755cb9.zip llvm-298caebaadc38eadced7175c80ed6b2866755cb9.tar.gz llvm-298caebaadc38eadced7175c80ed6b2866755cb9.tar.bz2 |
[lldb] Fix Block::GetRangeIndexContainingAddress for discontinuous functions (#124931)
This is a followup to #122440, which changed function-relative
calculations to use the function entry point rather than the lowest
address of the function (but missed this usage). Like in #116777, the
logic is changed to use file addresses instead of section offsets (as
not all parts of the function have to be in the same section).
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions