[all-commits] [llvm/llvm-project] 2276bb: [debugserver] Initial support for Apple Silicon.
Davide Italiano via All-commits
all-commits at lists.llvm.org
Tue Jun 23 10:47:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2276bb48be0175f96b1494ca67b7921f0d4e87d8
https://github.com/llvm/llvm-project/commit/2276bb48be0175f96b1494ca67b7921f0d4e87d8
Author: Davide Italiano <ditaliano at apple.com>
Date: 2020-06-23 (Tue, 23 Jun 2020)
Changed paths:
M lldb/tools/debugserver/source/RNBRemote.cpp
Log Message:
-----------
[debugserver] Initial support for Apple Silicon.
Set the correct os type in the arch triple when running macOS.
Debugserver currently always assumes macOS == x86_64. This patch
generalizes the support to make sure it works on a different
architecture.
Differential Revision: https://reviews.llvm.org/D82394
More information about the All-commits
mailing list