[Lldb-commits] [PATCH] D110013: [lldb][crashlog] Avoid specifying arch for image when a UUID is present

Vedant Kumar via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 21 15:38:35 PDT 2021


vsk added a comment.

In D110013#3013733 <https://reviews.llvm.org/D110013#3013733>, @aprantl wrote:

> Without having dug into this deeper, do you think not specifying the arch could cause any problems with universal binaries? I guess not, because we still have the UUID, and the UUID is per arch?

Exactly. The bug in question actually did source universal binaries: CreateTargetInternal was able to select the correct slice based on the UUID.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110013



More information about the lldb-commits mailing list