gut added inline comments.
================ Comment at: source/Core/ArchSpec.cpp:375 SUBTYPE_MASK}, + {ArchSpec::eCore_ppc64le_generic, llvm::MachO::CPU_TYPE_POWERPC64, CPU_ANY, + UINT32_MAX, SUBTYPE_MASK}, ---------------- hfinkel wrote: > I doubt this is needed. There's no Darwin support to speak of. Oh, I see. The MachO object type is only used by MacOS, right? Then I can remove, you are right. https://reviews.llvm.org/D36804 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits