[Lldb-commits] [PATCH] D85049: Unify the code that updates the ArchSpec after finding a fat binary with how it is done for a lean binary

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 31 14:59:05 PDT 2020


aprantl created this revision.
aprantl added reviewers: jasonmolenda, jingham, friss.
aprantl requested review of this revision.

In particular this affects how `target create --arch` is handled — it allowed us to override the deployment target (a useful feature for the expression evaluator), but the fat binary case didn't.

rdar://problem/66024437


https://reviews.llvm.org/D85049

Files:
  lldb/source/Target/TargetList.cpp
  lldb/test/API/macosx/universal/Makefile
  lldb/test/API/macosx/universal/TestUniversal.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85049.282322.patch
Type: text/x-patch
Size: 4939 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200731/f200e32f/attachment.bin>


More information about the lldb-commits mailing list