[Lldb-commits] [PATCH] D68536: [MachO] Fix symbol merging during symtab parsing.

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 7 15:11:19 PDT 2019


aprantl added inline comments.


================
Comment at: lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp:3736
 
       if (is_debug) {
         switch (nlist.n_type) {
----------------
aprantl wrote:
> because of the early exit above — isn't this either always true or always false?
Never mind, I thought the RHS above was the enum, but it's actually the parameter.


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68536/new/

https://reviews.llvm.org/D68536





More information about the lldb-commits mailing list