When reporting diagnostics from ASan's (and other sanitizer's) signal
handlers we should strip the "invalid signature" bit before printing
addresses. This makes the report less confusing and let's the user
focus on the real issue.
rdar://62615826
Maybe this should be?
I'm not sure if this is necessary because ptrauth_calls is part of the toolchain and not the SDK. So these additional checks only make sense if the AppleClang can target arm64e without the ptrauth_calls enabled.