[PATCH] D141918: WIP: [Clang] Emit 'unwindabort' when applicable.
Jon Roelofs via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 28 10:45:31 PDT 2023
jroelofs added inline comments.
================
Comment at: clang/lib/CodeGen/CGCall.cpp:5391
if (FPtr->hasFnAttribute(llvm::Attribute::NoUnwind))
CannotThrow = true;
+
----------------
Is there coverage for a nounwind callee + an unwindabort call?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141918/new/
https://reviews.llvm.org/D141918
More information about the cfe-commits
mailing list