[PATCH] D103664: [Windows SEH]: Fix -O2 crash for Windows -EHa

Zahira Ammarguellat via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 4 08:07:14 PDT 2021


zahiraam added a comment.

wco



================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:7155
-    if (EH.Asynch)
-      CmdArgs.push_back("-fasync-exceptions");
   }
----------------
Not really sure I understand this change. Isn't the case that if I compile with -EHa, I want the -fasync-exceptions option to be added to my options?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103664/new/

https://reviews.llvm.org/D103664



More information about the cfe-commits mailing list