[Lldb-commits] [PATCH] D30454: [LLDB][MIPS] Fix typo in MatchesModuleSpec()

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 28 08:45:41 PST 2017


clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.

This logic is wrong. If there is no object name, true should be returned. The old logic is correct.


https://reviews.llvm.org/D30454





More information about the lldb-commits mailing list