[all-commits] [llvm/llvm-project] 152973: [debugserver] Fix BUILDING_FOR_ARM64_OSX
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Oct 19 09:56:07 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1529738b6619cdf817feb31771b57a893accf63b
https://github.com/llvm/llvm-project/commit/1529738b6619cdf817feb31771b57a893accf63b
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2021-10-19 (Tue, 19 Oct 2021)
Changed paths:
M lldb/tools/debugserver/source/CMakeLists.txt
Log Message:
-----------
[debugserver] Fix BUILDING_FOR_ARM64_OSX
Check for TARGET_CPU_ARM64 (ARM instructions for 64-bit mode) rather
than TARGET_CPU_ARM (instructions for 32-bit mode).
More information about the All-commits
mailing list