aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/TextAPI/BinaryReader/DylibReader.cpp
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2023-12-20 14:48:01 +0000
committerGitHub <noreply@github.com>2023-12-20 14:48:01 +0000
commit7767c5856d85cd1acf2efc32f77fdf07f00f9ff4 (patch)
treedf4a4279d05ebe58d772b81b1aac115cffb251c1 /llvm/lib/TextAPI/BinaryReader/DylibReader.cpp
parentf1156eb5a9fb65498800d5be6ea452d49184dc2c (diff)
downloadllvm-7767c5856d85cd1acf2efc32f77fdf07f00f9ff4.zip
llvm-7767c5856d85cd1acf2efc32f77fdf07f00f9ff4.tar.gz
llvm-7767c5856d85cd1acf2efc32f77fdf07f00f9ff4.tar.bz2
[lldb][DWARF] Search for symbols in all external modules (#75927)
The way this code was updated in dd9587795811ba21e6ca6ad52b4531e17e6babd6 meant that if the first module did not have the symbol, the iteration stopped as returning true means stop. So only if every module had the symbol would we find it, in the last module. Invert the condition to break when we find the first instance, which is what the previous code did.
Diffstat (limited to 'llvm/lib/TextAPI/BinaryReader/DylibReader.cpp')
0 files changed, 0 insertions, 0 deletions