[PATCH] D151393: [CodeGen] Make __clang_call_terminate have an unwind table entry
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 25 13:29:57 PDT 2023
MaskRay added a comment.
In D151393#4373764 <https://reviews.llvm.org/D151393#4373764>, @smeenai wrote:
> I searched for `__clang_call_terminate` in the Clang test directory when I was working on this diff. Most tests were testing calls to it, not definitions. There were a couple of tests checking the definition, but they seemed pretty targeted (e.g. https://github.com/llvm/llvm-project/blob/main/clang/test/CodeGenCXX/noexcept.cpp) or auto-generated, so I figured having a separate test case for the specific thing I cared about was best.
Thank you for the research!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151393/new/
https://reviews.llvm.org/D151393
More information about the cfe-commits
mailing list