[all-commits] [llvm/llvm-project] 7f0244: [libc++abi] NFC: adding a new parameter base t...

xingxue-ibm via All-commits all-commits at lists.llvm.org
Thu Jun 10 07:46:45 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7f0244afa828e0ef725a3f951304577090495713
      https://github.com/llvm/llvm-project/commit/7f0244afa828e0ef725a3f951304577090495713
  Author: Xing Xue <xingxue at outlook.com>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
    M libcxxabi/src/cxa_personality.cpp

  Log Message:
  -----------
      [libc++abi] NFC: adding a new parameter base to functions for calculating addresses with relative encodings

    Summary:
    This NFC patch adds a new parameter base to functions invoked by scan_eh_tab() for calculating the address of the encoding with a relative value. base defaults to 0. This is in preparation for the AIX implementation which uses the DW_EH_PE_datarel encoding.

    Reviewed by: MaskRay, sfertile, compnerd, libc++abi

    Differential Revision: https://reviews.llvm.org/D101545




More information about the All-commits mailing list