[PATCH] D147975: [StackProtector] don't check stack protector before calling nounwind functions
Aditya Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 12 16:29:58 PDT 2023
hiraditya added inline comments.
================
Comment at: llvm/lib/CodeGen/StackProtector.cpp:491
+ if (CB->doesNotReturn() && !CB->doesNotThrow()) {
+ CheckLoc = CB;
+ break;
----------------
nit: tab
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147975/new/
https://reviews.llvm.org/D147975
More information about the llvm-commits
mailing list