efriedma added inline comments.
================ Comment at: clang/lib/CodeGen/CGException.cpp:650 + llvm::FunctionCallee SehCppScope = getSehTryBeginFn(CGM); + EmitSehScope(SehCppScope); + } ---------------- Do we need to make the same change in EmitSEHTryStmt/ExitSEHTryStmt? Is there some reason not to just call EmitSehTryScopeBegin here? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D150340/new/ https://reviews.llvm.org/D150340 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits