Files
clang-p2996/lldb/test/API/macosx/arm64e-attach/Makefile
Adrian Prantl 01450dd1c6 Change debugserver to report the cpu(sub)type of process, not the host.
This way debugserver can correctly report qProcessInfo for arm64
processes on arm64e-capable hosts.

Patch implemented with help from Jason Molenda!
2024-02-26 09:57:07 -08:00

8 lines
160 B
Makefile

C_SOURCES := main.c
# Uncomment this for local debugging.
#all:
# xcrun clang -g $(SRCDIR)/main.c -o a.out -target arm64e-apple-macosx
include Makefile.rules