[all-commits] [llvm/llvm-project] 53430b: Remove hardcoded address bits in ABIMacOS_arm64

Jason Molenda via All-commits all-commits at lists.llvm.org
Tue Apr 18 13:27:40 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 53430bfd5c9d0074dd6de06dccea366e1d40bce4
      https://github.com/llvm/llvm-project/commit/53430bfd5c9d0074dd6de06dccea366e1d40bce4
  Author: Jason Molenda <jason at molenda.com>
  Date:   2023-04-18 (Tue, 18 Apr 2023)

  Changed paths:
    M lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
    R lldb/test/API/macosx/corefile-default-ptrauth/Makefile
    R lldb/test/API/macosx/corefile-default-ptrauth/TestCorefileDefaultPtrauth.py
    R lldb/test/API/macosx/corefile-default-ptrauth/create-corefile.c
    R lldb/test/API/macosx/corefile-default-ptrauth/main.c

  Log Message:
  -----------
  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




More information about the All-commits mailing list