diff options
| author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2020-04-04 00:12:59 +0200 |
|---|---|---|
| committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2020-04-04 00:15:06 +0200 |
| commit | fcab66d5fe53fc3c318b0d0c4ef1bb4a43a7744f (patch) | |
| tree | 5628a13550961e7a6a27b274ccf6968fa9851c42 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
| parent | 1fcfd30fae76fb1d30906a65c670cce32fd5cf15 (diff) | |
| download | llvm-fcab66d5fe53fc3c318b0d0c4ef1bb4a43a7744f.zip llvm-fcab66d5fe53fc3c318b0d0c4ef1bb4a43a7744f.tar.gz llvm-fcab66d5fe53fc3c318b0d0c4ef1bb4a43a7744f.tar.bz2 | |
[lldb] Findtypes -gmodules fix for too many matches
Apparently the intention was to copy the condition above:
if (types.GetSize() >= max_matches)
break;
So that if the iteration stopped because of too many matches we do not
add even more matches in this 'Clang modules' block downward.
It was implemented by:
SymbolFileDWARF: Unconditionally scan through clang modules. NFCish
fe9eaadd68307347d97698fd0a1646827eafd290
Differential Revision: https://reviews.llvm.org/D77336
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions
