[all-commits] [llvm/llvm-project] 0fa520: Unify the code that updates the ArchSpec after fin...
adrian-prantl via All-commits
all-commits at lists.llvm.org
Thu Aug 6 13:30:36 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0fa520af6734c5f1fab80629337e3f08fd8770db
https://github.com/llvm/llvm-project/commit/0fa520af6734c5f1fab80629337e3f08fd8770db
Author: Adrian Prantl <aprantl at apple.com>
Date: 2020-08-06 (Thu, 06 Aug 2020)
Changed paths:
M lldb/source/Target/TargetList.cpp
M lldb/test/API/macosx/universal/Makefile
M lldb/test/API/macosx/universal/TestUniversal.py
Log Message:
-----------
Unify the code that updates the ArchSpec after finding a fat binary
with how it is done for a lean binary
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
Differential Revision: https://reviews.llvm.org/D85049
(cherry picked from commit 470bdd3caaab0b6e0ffed4da304244be40b78668)
More information about the All-commits
mailing list