[all-commits] [llvm/llvm-project] 3c7921: [Host] Check for TARGET_OS_EMBEDDED instead of lis...
Davide Italiano via All-commits
all-commits at lists.llvm.org
Tue Jun 23 12:27:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3c79212319d878b07ef259d735b52b379f774e25
https://github.com/llvm/llvm-project/commit/3c79212319d878b07ef259d735b52b379f774e25
Author: Davide Italiano <ditaliano at apple.com>
Date: 2020-06-23 (Tue, 23 Jun 2020)
Changed paths:
M lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
Log Message:
-----------
[Host] Check for TARGET_OS_EMBEDDED instead of listing architectures.
With the advent of Apple Silicon, checking for the architectures
specifically is not correct anymore. This code is only supposed to
run on embedded devices (iPhones et similia), so mark it accordingly.
More information about the All-commits
mailing list