[all-commits] [llvm/llvm-project] 0cc66f: [Windows SEH] Fix catch+return crash for Windows -EHa
Phoebe Wang via All-commits
all-commits at lists.llvm.org
Fri Mar 31 23:53:50 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0cc66f3c779b80a199d692fa84f7ed8d29373d1c
https://github.com/llvm/llvm-project/commit/0cc66f3c779b80a199d692fa84f7ed8d29373d1c
Author: Phoebe Wang <phoebe.wang at intel.com>
Date: 2023-04-01 (Sat, 01 Apr 2023)
Changed paths:
M clang/lib/CodeGen/CGCleanup.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
A clang/test/CodeGen/windows-seh-EHa-CppCatchReturn.cpp
Log Message:
-----------
[Windows SEH] Fix catch+return crash for Windows -EHa
This change also turns on -fasync-exceptions by default under -EHa
option due to the backend patch merged.
Reviewed By: LuoYuanke
Differential Revision: https://reviews.llvm.org/D147165
More information about the All-commits
mailing list