This is an archive of the discontinued LLVM Phabricator instance.

[LLDB] Remove duplicate loop in FindMatchingModuleSpec.
AbandonedPublic

Authored by zequanwu on Aug 18 2022, 4:06 PM.

Details

Reviewers
labath
Summary

The removed loop is the same as the one above it. If previous one success, it
returns. Otherwise, searching will fail again.

Diff Detail

Event Timeline

zequanwu created this revision.Aug 18 2022, 4:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 18 2022, 4:06 PM
zequanwu requested review of this revision.Aug 18 2022, 4:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 18 2022, 4:06 PM
zequanwu abandoned this revision.Aug 18 2022, 4:08 PM

NVM, didn't see exact_arch_match is false in the second search.