[PATCH] D108905: [ItaniumCXXABI] Make __cxa_end_catch calls unconditionally nounwind

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 30 09:39:41 PDT 2021


MaskRay updated this revision to Diff 369467.
MaskRay retitled this revision from "[ItaniumCXXABI] Set nounwind on __cxa_begin_catch/__cxa_end_catch" to "[ItaniumCXXABI] Make __cxa_end_catch calls unconditionally nounwind".
MaskRay edited the summary of this revision.
MaskRay added a comment.
Herald added subscribers: lxfind, aheejin, sbc100.

set nounwind in call sites


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108905/new/

https://reviews.llvm.org/D108905

Files:
  clang/lib/CodeGen/ItaniumCXXABI.cpp
  clang/test/CodeGenCXX/eh.cpp
  clang/test/CodeGenCXX/exceptions.cpp
  clang/test/CodeGenCXX/stack-reuse-exceptions.cpp
  clang/test/CodeGenCXX/wasm-eh.cpp
  clang/test/CodeGenCoroutines/coro-await-resume-eh.cpp
  clang/test/CodeGenCoroutines/coro-cleanup.cpp
  clang/test/CodeGenCoroutines/coro-eh-cleanup.cpp
  clang/test/CodeGenCoroutines/coro-unhandled-exception.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108905.369467.patch
Type: text/x-patch
Size: 12951 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210830/3e10c5c7/attachment-0001.bin>


More information about the cfe-commits mailing list