[PATCH] D151393: [CodeGen] Make __clang_call_terminate have an unwind table entry
Shoaib Meenai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 25 13:25:29 PDT 2023
smeenai added a comment.
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.
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