================ @@ -7788,6 +7788,10 @@ def import_call_optimization : Flag<["-"], "import-call-optimization">, "by the Windows kernel to enable import call optimization">, MarshallingInfoFlag<CodeGenOpts<"ImportCallOptimization">>; +def epilog_unwind : Flag<["-"], "winx64-eh-unwindv2">, + HelpText<"Enable unwind v2 (epilog) information for x64 Windows">, + MarshallingInfoFlag<CodeGenOpts<"WinX64EHUnwindV2">>; ---------------- dpaoliello wrote:
Took the opportunity to switch it to a bool flag as well, so that we can enable it by default at some point https://github.com/llvm/llvm-project/pull/129142 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits