Remove hardcoded address bits in ABIMacOS_arm64
authorJason Molenda <jason@molenda.com>
Tue, 18 Apr 2023 20:01:49 +0000 (13:01 -0700)
committerJason Molenda <jason@molenda.com>
Tue, 18 Apr 2023 20:01:49 +0000 (13:01 -0700)
commit53430bfd5c9d0074dd6de06dccea366e1d40bce4
treec6726469905575dba4030ad8f67358cfed340055
parente6191923f5201d63c350cfc252f9c038a2051436
Remove hardcoded address bits in ABIMacOS_arm64

A default number of addressing bits was hardcoded in
ABIMacOSX_arm64::FixAddress while we updated different
environments to fetch the value dynamically.  Remove
the old hardcoded value.

Differential Revision: https://reviews.llvm.org/D148603
rdar://108068497
lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
lldb/test/API/macosx/corefile-default-ptrauth/Makefile [deleted file]
lldb/test/API/macosx/corefile-default-ptrauth/TestCorefileDefaultPtrauth.py [deleted file]
lldb/test/API/macosx/corefile-default-ptrauth/create-corefile.c [deleted file]
lldb/test/API/macosx/corefile-default-ptrauth/main.c [deleted file]