[Lldb-commits] [PATCH] D95922: [lldb] Honor the CPU type & subtype on macOS
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 3 01:43:12 PST 2021
JDevlieghere updated this revision to Diff 321031.
JDevlieghere added a comment.
- Improve the tests
- Make sure we prefer `CPU_SUBTYPE_ARM64_ALL` over `CPU_SUBTYPE_ARM64_V8`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95922/new/
https://reviews.llvm.org/D95922
Files:
lldb/source/Host/macosx/objcxx/Host.mm
lldb/source/Utility/ArchSpec.cpp
lldb/test/API/macosx/posix_spawn/Makefile
lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py
lldb/test/API/macosx/posix_spawn/arm64.c
lldb/test/API/macosx/posix_spawn/x86_64.c
lldb/test/API/macosx/posix_spawn/x86_64h.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95922.321031.patch
Type: text/x-patch
Size: 7440 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210203/80845795/attachment.bin>
More information about the lldb-commits
mailing list