[all-commits] [llvm/llvm-project] 489000: [VE] Change clang to support SjLj Lowering

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Tue Jan 5 05:24:06 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 489000d8516da7eaf6aabaad11cce0ed7e67c61f
      https://github.com/llvm/llvm-project/commit/489000d8516da7eaf6aabaad11cce0ed7e67c61f
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2021-01-05 (Tue, 05 Jan 2021)

  Changed paths:
    M clang/lib/Basic/Targets/VE.h
    M clang/test/Sema/builtin-longjmp.c

  Log Message:
  -----------
  [VE] Change clang to support SjLj Lowering

We supports SjLj exception handling in the backend, so changing
clang to allow lowering using SjLj exceptions.  Update a regression
test also.

Reviewed By: simoll

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




More information about the All-commits mailing list