[all-commits] [llvm/llvm-project] 9d2740: [libc++abi] Apply simplify scan_eh_tab to SjLj

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Tue Aug 24 13:52:11 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9d2740f331772d372d4d437192da56b8c60e9fe8
      https://github.com/llvm/llvm-project/commit/9d2740f331772d372d4d437192da56b8c60e9fe8
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2021-08-24 (Tue, 24 Aug 2021)

  Changed paths:
    M libcxxabi/src/cxa_personality.cpp

  Log Message:
  -----------
  [libc++abi] Apply simplify scan_eh_tab to SjLj

Previous "simplify scan_eh_tab" patch, https://reviews.llvm.org/D93190,
saves landingpad if and only if the target is not using SjLj exceptions.
However, the landingpad is used by SjLj exception handler also.  This
patch changes to set landingpad for both exception handlers.

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




More information about the All-commits mailing list