mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This allows an ARM64 swift-inspect to correctly read from an ARM64e target process. We compute a ptrauth mask by stripping all bits above MACH_VM_MAX_ADDRESS. This strips more than we strictly need, but it works.