[PATCH] D141917: WIP: Unwindabort: Implement CodeGen for DWARF-style exception handling.
Jon Roelofs via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 26 18:11:22 PDT 2023
jroelofs added inline comments.
================
Comment at: llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp:2438
+ return false;
+ } else if (!translateCallBase(CI, MIRBuilder))
+ return false;
----------------
no else after return?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141917/new/
https://reviews.llvm.org/D141917
More information about the llvm-commits
mailing list